mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Updated /info help
This commit is contained in:
parent
25b673a422
commit
fea8945953
1
TODO_045
1
TODO_045
@ -1,4 +1,3 @@
|
|||||||
Update /prefs
|
|
||||||
Update inline help
|
Update inline help
|
||||||
Build with latest libstrophe
|
Build with latest libstrophe
|
||||||
|
|
||||||
|
@ -207,11 +207,14 @@ static struct cmd_t command_defs[] =
|
|||||||
|
|
||||||
{ "/info",
|
{ "/info",
|
||||||
cmd_info, parse_args, 0, 1, NULL,
|
cmd_info, parse_args, 0, 1, NULL,
|
||||||
{ "/info [contact|nick]", "Show basic information about a contact, or room member.",
|
{ "/info [contact|nick]", "Show basic information about a contact, room, or room member.",
|
||||||
{ "/info [contact|nick]",
|
{ "/info [contact|nick]",
|
||||||
"--------------------",
|
"--------------------",
|
||||||
"Show information including current subscription status and summary information for each connected resource.",
|
"Show basic information about a contact, room, or room member.",
|
||||||
|
"If in the console, a contact must be specified.",
|
||||||
"If in a chat window the parameter is not required, the current recipient will be used.",
|
"If in a chat window the parameter is not required, the current recipient will be used.",
|
||||||
|
"If in a chat room, providing no arguments will display information about the room.",
|
||||||
|
"If in a chat room, supplying a nick will show information about the occupant.",
|
||||||
"",
|
"",
|
||||||
"Example : /info mybuddy@chat.server.org",
|
"Example : /info mybuddy@chat.server.org",
|
||||||
"Example : /info kai",
|
"Example : /info kai",
|
||||||
|
Loading…
Reference in New Issue
Block a user