Fixing user registration

This commit is contained in:
Justin 2015-08-08 19:07:30 -07:00
parent a64df1ca4f
commit d87aeeb3fe
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ func NickHandler(message *irc.Message, client *Client) {
//fmt.Println("Updating client name")
} else {
client.Nickname = newNickname
client.Server.UpdateClientNick(client, newNickname)
}
}