mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-18 06:30:39 +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
|
c.nick = m.nickname
|
||||||
}
|
}
|
||||||
reply := RplNick(c, m.nickname)
|
reply := RplNick(c, m.nickname)
|
||||||
c.Reply(reply)
|
|
||||||
for iclient := range c.InterestedClients() {
|
for iclient := range c.InterestedClients() {
|
||||||
iclient.Reply(reply)
|
iclient.Reply(reply)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user