mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-03 02:49:59 -07:00
remove double nick-change message
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user