mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Use freetext parser for /who
This commit is contained in:
parent
90daeb06ab
commit
aba9adcd0d
@ -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]",
|
||||||
"---------------------",
|
"---------------------",
|
||||||
|
Loading…
Reference in New Issue
Block a user