diff --git a/commands.go b/commands.go index e661dd1..1eb115f 100644 --- a/commands.go +++ b/commands.go @@ -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) } }