channels: Fix

This commit is contained in:
Daniel Oaks
2016-06-19 14:55:24 +10:00
parent c2e5386966
commit 7fcc6bdbc4
4 changed files with 140 additions and 105 deletions
+1
View File
@@ -436,6 +436,7 @@ func userHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
if client.realname != "" {
client.realname = msg.realname
}
client.updateNickMask()
server.clients.Add(client)