Fix message for /account when account doesn't exist
This commit is contained in:
@@ -1434,7 +1434,7 @@ _cmd_account(gchar **args, struct cmd_help_t help)
|
|||||||
char *value = args[3];
|
char *value = args[3];
|
||||||
|
|
||||||
if (!accounts_account_exists(account_name)) {
|
if (!accounts_account_exists(account_name)) {
|
||||||
cons_show("Account %s doesn't exist");
|
cons_show("Account %s doesn't exist", account_name);
|
||||||
cons_show("");
|
cons_show("");
|
||||||
} else {
|
} else {
|
||||||
if (strcmp(property, "jid") == 0) {
|
if (strcmp(property, "jid") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user