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:
parent
8cde5e1b53
commit
f3da4e0286
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user