1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removing extra nick = line that broke nick assignment

This commit is contained in:
Kristofer M White 2014-03-05 17:39:44 +00:00
parent a4e2809756
commit 3f18d933ca

View File

@ -1643,7 +1643,7 @@ cmd_join(gchar **args, struct cmd_help_t help)
} }
} }
} }
nick = args[1];
// otherwise use account preference // otherwise use account preference
} else { } else {
nick = account->muc_nick; nick = account->muc_nick;