about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorKristofer M White <me@kmwhite.net>2014-03-05 17:39:44 +0000
committerKristofer M White <me@kmwhite.net>2014-03-05 17:39:44 +0000
commit3f18d933ca91b346bf1f10effcb42f47992468dd (patch)
tree1984603a386ba8fe1349ea4c40e9a837e95efdc5 /src/command
parenta4e28097560676f22fa7fdd8769faf93b3c15189 (diff)
downloadprofani-tty-3f18d933ca91b346bf1f10effcb42f47992468dd.tar.gz
Removing extra `nick = ` line that broke nick assignment
Diffstat (limited to 'src/command')
-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;