mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Merge branch 'master' into otr
This commit is contained in:
commit
0d239cfffb
@ -1441,7 +1441,7 @@ _cmd_account(gchar **args, struct cmd_help_t help)
|
||||
char *value = args[3];
|
||||
|
||||
if (!accounts_account_exists(account_name)) {
|
||||
cons_show("Account %s doesn't exist");
|
||||
cons_show("Account %s doesn't exist", account_name);
|
||||
cons_show("");
|
||||
} else {
|
||||
if (strcmp(property, "jid") == 0) {
|
||||
@ -2104,7 +2104,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
|
||||
}
|
||||
}
|
||||
|
||||
if (win_type != WIN_CONSOLE) {
|
||||
if (win_type != WIN_CONSOLE && win_type != WIN_MUC) {
|
||||
status_bar_new(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user