mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 07:26:21 +00:00
Use freetext parser for /who
This commit is contained in:
@@ -500,7 +500,7 @@ static struct cmd_t main_commands[] =
|
|||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/who",
|
{ "/who",
|
||||||
_cmd_who, parse_args, 0, 2,
|
_cmd_who, parse_args_with_freetext, 0, 2,
|
||||||
{ "/who [status] [group]", "Show contacts/room participants with chosen status.",
|
{ "/who [status] [group]", "Show contacts/room participants with chosen status.",
|
||||||
{ "/who [status] [group]",
|
{ "/who [status] [group]",
|
||||||
"---------------------",
|
"---------------------",
|
||||||
|
|||||||
Reference in New Issue
Block a user