mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 01:38:10 -07:00
channels: Fix
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user