1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2014-02-15 21:18:27 +00:00
commit b981f92c92

View File

@ -1873,7 +1873,7 @@ cmd_alias(gchar **args, struct cmd_help_t help)
g_string_free(ac_value, TRUE); g_string_free(ac_value, TRUE);
return TRUE; return TRUE;
} else if (cmd_exists(ac_value->str)) { } else if (cmd_exists(ac_value->str)) {
cons_show("Command or alias '%s' already exists."); cons_show("Command or alias '%s' already exists.", ac_value->str);
g_string_free(ac_value, TRUE); g_string_free(ac_value, TRUE);
return TRUE; return TRUE;
} else { } else {