mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-07 20:59:08 -07:00
Fix privmsg.
This commit is contained in:
@@ -102,7 +102,7 @@ func (s *Server) ChangeNick(c *Client, newNick string) {
|
||||
if c.nick != "" {
|
||||
delete(s.nicks, c.nick)
|
||||
}
|
||||
s.nicks[c.nick] = c
|
||||
s.nicks[newNick] = c
|
||||
|
||||
s.SendToInterestedClients(c, RplNick(c, newNick))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user