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;