Changed help on /who

This commit is contained in:
James Booth
2013-01-17 23:05:23 +00:00
parent dad3cd2725
commit 941e84a963

View File

@@ -332,17 +332,16 @@ static struct cmd_t main_commands[] =
{ "/who", { "/who",
_cmd_who, parse_args, 0, 1, _cmd_who, parse_args, 0, 1,
{ "/who [status]", "Show contacts with chosen status.", { "/who [status]", "Show contacts/room participants with chosen status.",
{ "/who [status]", { "/who [status]",
"-------------", "-------------",
"Show contacts with the specified status, no status shows all contacts.", "Show contacts with the specified status, no status shows all contacts.",
"Possible statuses are: online, offline, away, dnd, xa, chat, available, unavailable.", "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", "online : Contacts that are connected, i.e. online, chat, away, xa, dnd",
"available : Contacts that are available for chat, i.e. online, chat.", "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.", "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 } } }, NULL } } },
{ "/close", { "/close",