From 3f18d933ca91b346bf1f10effcb42f47992468dd Mon Sep 17 00:00:00 2001 From: Kristofer M White Date: Wed, 5 Mar 2014 17:39:44 +0000 Subject: [PATCH] Removing extra `nick = ` line that broke nick assignment --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/commands.c b/src/command/commands.c index ee065bcf..d6e33a29 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -1643,7 +1643,7 @@ cmd_join(gchar **args, struct cmd_help_t help) } } } - nick = args[1]; + // otherwise use account preference } else { nick = account->muc_nick;