mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
cmd_info now uses basic parse_args
This commit is contained in:
parent
bae9bde484
commit
cbb3fd45e4
@ -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",
|
||||
"---------",
|
||||
|
Loading…
Reference in New Issue
Block a user