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:
parent
a4e2809756
commit
3f18d933ca
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user