mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removing extra nick =
line that broke nick assignment
This commit is contained in:
parent
a4e2809756
commit
3f18d933ca
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user