mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
remove double nick-change message
This commit is contained in:
parent
8cde5e1b53
commit
f3da4e0286
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue