mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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 } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/info",
|
{ "/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", "Find out a contacts presence information.",
|
||||||
{ "/info jid",
|
{ "/info jid",
|
||||||
"---------",
|
"---------",
|
||||||
|
Loading…
Reference in New Issue
Block a user