about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-17 23:05:23 +0000
committerJames Booth <boothj5@gmail.com>2013-01-17 23:05:23 +0000
commit941e84a963a68175c48661fa86db3cacb27b963b (patch)
treee3c417ccb354c1fd988cd7920028f74e34a97596
parentdad3cd2725acf5c38fa44e8b2260a18bd0fa440a (diff)
downloadprofani-tty-941e84a963a68175c48661fa86db3cacb27b963b.tar.gz
Changed help on /who
-rw-r--r--src/command.c5
1 files changed, 2 insertions, 3 deletions
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",