mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 08:46:22 +00:00
@@ -1835,6 +1835,12 @@ _join_autocomplete(char *input, int *size)
|
|||||||
gboolean result = FALSE;
|
gboolean result = FALSE;
|
||||||
|
|
||||||
input[*size] = '\0';
|
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);
|
gchar **args = parse_args(input, 2, 4, &result);
|
||||||
|
|
||||||
if ((strncmp(input, "/join", 5) == 0) && (result == TRUE)) {
|
if ((strncmp(input, "/join", 5) == 0) && (result == TRUE)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user