diff options
author | James Booth <boothj5@gmail.com> | 2013-06-02 03:48:40 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-06-02 03:48:40 +0100 |
commit | aba9adcd0dd8013aea677b9b12e78a3ee5588486 (patch) | |
tree | c75f08dc60652dc53a2cfba39f9c314c67007de9 /src | |
parent | 90daeb06ab71e5e4d6b835e147d5c636a7df058a (diff) | |
download | profani-tty-aba9adcd0dd8013aea677b9b12e78a3ee5588486.tar.gz |
Use freetext parser for /who
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 9bed9109..6acd138c 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -500,7 +500,7 @@ static struct cmd_t main_commands[] = NULL } } }, { "/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]", "---------------------", |