From aba9adcd0dd8013aea677b9b12e78a3ee5588486 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 2 Jun 2013 03:48:40 +0100 Subject: [PATCH] Use freetext parser for /who --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]", "---------------------",