about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
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;