about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-14 23:22:47 +0000
committerJames Booth <boothj5@gmail.com>2013-01-14 23:22:47 +0000
commitcbb3fd45e48b7cdf295e23926f61b5203a2e183b (patch)
treedd75c9aaff3f710d0183bf592b27f9da192d529d
parentbae9bde484ac97f44ad1b3e0b0cbe391b0e16b49 (diff)
downloadprofani-tty-cbb3fd45e48b7cdf295e23926f61b5203a2e183b.tar.gz
cmd_info now uses basic parse_args
-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",
           "---------",