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

finish /account default ac

This commit is contained in:
Will Song 2014-11-27 12:11:47 -06:00
parent 48778265e7
commit b5a40f5b04

View File

@ -2790,6 +2790,11 @@ _account_autocomplete(char *input, int *size)
g_strfreev(args);
found = autocomplete_param_with_ac(input, size, "/account default", account_default_ac, TRUE);
if(found){
return found;
}
int i = 0;
gchar *account_choice[] = { "/account set", "/account show", "/account enable",
"/account disable", "/account rename", "/account clear", "/account remove",