handle multiple subcommands in one top-level command

This commit is contained in:
Martin Michelsen
2023-06-18 22:56:20 -07:00
parent dcbfeebc37
commit 24c5ad1d06
3 changed files with 31 additions and 10 deletions
+1 -1
View File
@@ -2533,7 +2533,7 @@ static void on_6x_C9_CB(shared_ptr<ServerState> s, shared_ptr<Client> c,
return;
}
on_subcommand(s, l, c, command, flag, data);
on_subcommand_multi(s, l, c, command, flag, data);
}
static void on_chat_generic(shared_ptr<ServerState> s, shared_ptr<Client> c,