about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-06-02 03:48:40 +0100
committerJames Booth <boothj5@gmail.com>2013-06-02 03:48:40 +0100
commitaba9adcd0dd8013aea677b9b12e78a3ee5588486 (patch)
treec75f08dc60652dc53a2cfba39f9c314c67007de9 /src/command
parent90daeb06ab71e5e4d6b835e147d5c636a7df058a (diff)
downloadprofani-tty-aba9adcd0dd8013aea677b9b12e78a3ee5588486.tar.gz
Use freetext parser for /who
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
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]",
           "---------------------",