mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
client: Remove silly testing Println
This commit is contained in:
parent
fc9a9fcf30
commit
985f87d9d1
@ -287,7 +287,6 @@ func (client *Client) SetNickname(nickname string) {
|
||||
Log.error.Printf("%s nickname already set!", client.nickMaskString)
|
||||
return
|
||||
}
|
||||
fmt.Println("Setting nick to:", nickname, "from", client.nick)
|
||||
client.nick = nickname
|
||||
client.updateNickMask()
|
||||
client.server.clients.Add(client)
|
||||
|
Loading…
Reference in New Issue
Block a user