@@ -1835,6 +1835,12 @@ _join_autocomplete(char *input, int *size)
|
||||
gboolean result = FALSE;
|
||||
|
||||
input[*size] = '\0';
|
||||
|
||||
found = autocomplete_param_with_func(input, size, "/join", bookmark_find);
|
||||
if (found != NULL) {
|
||||
return found;
|
||||
}
|
||||
|
||||
gchar **args = parse_args(input, 2, 4, &result);
|
||||
|
||||
if ((strncmp(input, "/join", 5) == 0) && (result == TRUE)) {
|
||||
|
||||
Reference in New Issue
Block a user