summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-05-20 12:23:50 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-05-20 12:23:50 +0200
commit732f58d77632e885ff5a2d70b7e6f49731e60596 (patch)
tree92e720055494dbd60869f731f64be5a517af81b9 /doc/en/autogen
parent4616ca981ed37dde25105e7ebd5d9d1b7717a022 (diff)
downloadweechat-732f58d77632e885ff5a2d70b7e6f49731e60596.zip
Add examples in /help join
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_commands.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt
index 6a982fc51..ec2a8a5e9 100644
--- a/doc/en/autogen/user/irc_commands.txt
+++ b/doc/en/autogen/user/irc_commands.txt
@@ -194,13 +194,17 @@
nickname: nickname
........................................
-&bull; *`/join`* `[channel[,channel] [key[,key]]]`::
+&bull; *`/join`* `[channel1[,channel2[,channel3]] [key1[,key2]]]`::
........................................
join a channel
channel: channel name to join
- key: key to join the channel
+ key: key to join the channel (channels with a key must be the first in list)
+
+ Examples:
+ /join #weechat
+ /join #protectedchan,#weechat key
........................................
&bull; *`/kick`* `[channel] nickname [comment]`::