about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-08 00:29:52 +0000
committerJames Booth <boothj5@gmail.com>2012-11-08 00:29:52 +0000
commit3dd15755490ea6a6e99e965bbc791e9269fbd368 (patch)
tree40149b84733ffb1142883ff962d582c539dcc9d5 /src/command.c
parentc967cd9dc9aad708c30b1be16cc3fa65f2581216 (diff)
downloadprofani-tty-3dd15755490ea6a6e99e965bbc791e9269fbd368.tar.gz
Added help for chat rooms
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index e0f2edef..53ec184e 100644
--- a/src/command.c
+++ b/src/command.c
@@ -191,6 +191,7 @@ static struct cmd_t main_commands[] =
           "Join a chat room at the conference server.",
           "If nick is specified you will join with this nickname,",
           "otherwise the first part of your JID (before the @) will be used.",
+          "If the room doesn't exist, and the server allows it, a new one will be created."
           "",
           "Example : /join jdev@conference.jabber.org",
           "Example : /join jdev@conference.jabber.org mynick",
@@ -225,7 +226,8 @@ static struct cmd_t main_commands[] =
           "-------------",
           "Show contacts with the specified status, no status shows all contacts.",
           "Possible statuses are: online, offline, away, dnd, xa, chat.",
-          "online includes: chat, dnd, away, xa.",
+          "The online status includes the following statuses: chat, dnd, away, xa.",
+          "If in a chat room, this command shows the room roster in the room.",
           NULL } } },
 
     { "/close",
@@ -235,6 +237,7 @@ static struct cmd_t main_commands[] =
           "------",
           "Close the current chat window, no message is sent to the recipient,",
           "The chat window will become available for new chats.",
+          "If in a chat room, you will leave the room.",
           NULL } } },
 
     { "/quit",