From 1a9907bfe4422e896a751bee9b98afb42540dae4 Mon Sep 17 00:00:00 2001 From: clem1 Date: Sun, 6 Apr 2014 23:24:57 +0200 Subject: [PATCH] . --- client/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/handlers.go b/client/handlers.go index 773f770..4b3f936 100644 --- a/client/handlers.go +++ b/client/handlers.go @@ -106,7 +106,7 @@ func (conn *Conn) h_433(line *Line) { for time.Sleep(retry); conn.Me.Nick != old; time.Sleep(retry) { conn.Nick(old) } - }(conn.Me.Nick) + }(line.Args[1]) // if this is happening before we're properly connected (i.e. the nick // we sent in the initial NICK command is in use) we will not receive // a NICK message to confirm our change of nick, so ReNick here...