Autocomplete /group add and /group remove contact paramater

closes #193
This commit is contained in:
James Booth
2013-06-23 01:23:44 +01:00
parent 1cf20b2491
commit f9b8da1afe
3 changed files with 67 additions and 0 deletions

View File

@@ -47,5 +47,7 @@ char * autocomplete_param_with_func(char *input, int *size, char *command,
autocomplete_func func);
char * autocomplete_param_with_ac(char *input, int *size, char *command,
Autocomplete ac);
char * autocomplete_param_no_with_func(char *input, int *size, char *command,
int arg_number, autocomplete_func func);
#endif