about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-13 19:53:42 +0000
committerJames Booth <boothj5@gmail.com>2013-01-13 19:53:42 +0000
commit6abbe62710b553fa67282746a921afdeb31e86e1 (patch)
treedde3e8abebe5cc0660a66320ee809ab2e835cd6b /src/command.c
parent18a4f7da0ea652a5dce3275e183674e4e874aed1 (diff)
downloadprofani-tty-6abbe62710b553fa67282746a921afdeb31e86e1.tar.gz
Allow whitespace in argument to /info
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 3606ad3b..d80d58c5 100644
--- a/src/command.c
+++ b/src/command.c
@@ -252,7 +252,7 @@ static struct cmd_t main_commands[] =
           NULL } } },
 
     { "/info",
-        _cmd_info, parse_args, 1, 1,
+        _cmd_info, parse_args_with_freetext, 1, 1,
         { "/info jid", "Find out a contacts presence information.",
         { "/info jid",
           "---------",