3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-25 21:39:25 +01:00

remove double nick-change message

This commit is contained in:
Jeremy Latt 2014-02-09 15:18:18 -08:00
parent 8cde5e1b53
commit f3da4e0286

View File

@ -182,7 +182,6 @@ func (m *NickCommand) HandleServer(s *Server) {
c.nick = m.nickname
}
reply := RplNick(c, m.nickname)
c.Reply(reply)
for iclient := range c.InterestedClients() {
iclient.Reply(reply)
}