mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-15 00:53:35 -07:00
NICK: Fix small bug when casefolding
This commit is contained in:
+1
-1
@@ -452,7 +452,7 @@ func userHandler(server *Server, client *Client, msg ircmsg.IrcMessage) bool {
|
||||
|
||||
if !client.HasUsername() {
|
||||
client.username = "~" + msg.Params[0]
|
||||
client.updateNickMask()
|
||||
// don't bother updating nickmask here, it's not valid anyway
|
||||
}
|
||||
if client.realname == "" {
|
||||
client.realname = msg.Params[3]
|
||||
|
||||
Reference in New Issue
Block a user