about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index d80d58c5..3606ad3b 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_with_freetext, 1, 1,
+        _cmd_info, parse_args, 1, 1,
         { "/info jid", "Find out a contacts presence information.",
         { "/info jid",
           "---------",