mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
finish /account default ac
This commit is contained in:
parent
48778265e7
commit
b5a40f5b04
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user