diff --git a/src/command.c b/src/command.c index a95fbfa7..4e79b00d 100644 --- a/src/command.c +++ b/src/command.c @@ -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",