1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04:00

cmd_info now uses basic parse_args

This commit is contained in:
James Booth 2013-01-14 23:22:47 +00:00
parent bae9bde484
commit cbb3fd45e4

View File

@ -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",
"---------",