diff options
author | mathieui <mathieui@mathieui.net> | 2011-11-08 23:39:48 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-11-08 23:39:48 +0100 |
commit | 7fadb35fe2e7932a0a4aa6a8184ab6b186669edc (patch) | |
tree | b6c847b9121b82a707ae58703eb2b23a6ded79e2 /doc/en/usage.txt | |
parent | e61f496d29d8ad2e8d5d856a0205dd36a3293cc8 (diff) | |
download | poezio-7fadb35fe2e7932a0a4aa6a8184ab6b186669edc.tar.gz poezio-7fadb35fe2e7932a0a4aa6a8184ab6b186669edc.tar.bz2 poezio-7fadb35fe2e7932a0a4aa6a8184ab6b186669edc.tar.xz poezio-7fadb35fe2e7932a0a4aa6a8184ab6b186669edc.zip |
Do not forget about the /help command
Diffstat (limited to 'doc/en/usage.txt')
-rw-r--r-- | doc/en/usage.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 52123d50..f11ab5ed 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -149,11 +149,18 @@ The commands described in this page are shown like this: /command <mandatory argument> [optional argument] =========================================================== +You can get the same help as below with the _/help_ command. + + Global commands ~~~~~~~~~~~~~~~ These commands work in *any* tab. +*/help [command]*:: If called without an argument, this command will list the + available commands. If it has a valid command as an argument, this command + will show the usage and the help for the given command. + */join [room_name][@server][/nick] [password]*:: Join the specified room. You can specify a nickname after a slash (/). If no nickname is specified, you will use the default_nick in the configuration file. You can omit the room |