diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-20 12:23:50 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-20 12:23:50 +0200 |
commit | 732f58d77632e885ff5a2d70b7e6f49731e60596 (patch) | |
tree | 92e720055494dbd60869f731f64be5a517af81b9 /doc/it | |
parent | 4616ca981ed37dde25105e7ebd5d9d1b7717a022 (diff) | |
download | weechat-732f58d77632e885ff5a2d70b7e6f49731e60596.zip |
Add examples in /help join
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index 26ec492b2..c407d1965 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -194,13 +194,17 @@ nick: nick ........................................ -• *`/join`* `[canale[,canale ] [chiave[,chiave]]]`:: +• *`/join`* `[channel1[,channel2[,channel3]] [key1[,key2]]]`:: ........................................ entra in un canale - canale: nome del canale in cui entrare - chiave: chiave per entrare nel canale + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) + + Examples: + /join #weechat + /join #protectedchan,#weechat key ........................................ • *`/kick`* `[canale] nick [commento]`:: |