diff options
-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 |