mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix message for /account when account doesn't exist
This commit is contained in:
parent
b1768f942c
commit
dd2e1ad8a8
@ -1434,7 +1434,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user