mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-13 20:13:38 -04:00
Changed help on /who
This commit is contained in:
parent
dad3cd2725
commit
941e84a963
@ -332,17 +332,16 @@ static struct cmd_t main_commands[] =
|
||||
|
||||
{ "/who",
|
||||
_cmd_who, parse_args, 0, 1,
|
||||
{ "/who [status]", "Show contacts with chosen status.",
|
||||
{ "/who [status]", "Show contacts/room participants with chosen status.",
|
||||
{ "/who [status]",
|
||||
"-------------",
|
||||
"Show contacts with the specified status, no status shows all contacts.",
|
||||
"Possible statuses are: online, offline, away, dnd, xa, chat, available, unavailable.",
|
||||
"If in a chat room, the participants with the supplied status are displayed.",
|
||||
"",
|
||||
"online : Contacts that are connected, i.e. online, chat, away, xa, dnd",
|
||||
"available : Contacts that are available for chat, i.e. online, chat.",
|
||||
"unavailable : Contacts that are not available for chat, i.e. offline, away, xa, dnd.",
|
||||
"",
|
||||
"If in a chat room, this command shows the room roster in the room.",
|
||||
NULL } } },
|
||||
|
||||
{ "/close",
|
||||
|
Loading…
Reference in New Issue
Block a user