1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fix message for /account when account doesn't exist

This commit is contained in:
James Booth 2013-08-19 13:27:16 +01:00
parent b1768f942c
commit dd2e1ad8a8

View File

@ -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) {