diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-27 11:12:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-27 11:12:14 +0100 |
commit | 7445c12667766d4a8ea43536325a25a44d5acd18 (patch) | |
tree | dc7b507c1a3d807e84a2344acba2a9dd89a8bd7c /doc/it/autogen | |
parent | baee047a281b3629a877ef94843734d870ca131e (diff) | |
download | weechat-7445c12667766d4a8ea43536325a25a44d5acd18.zip |
Add option "-server" to command /join (task #10837)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index 81475c3ec..cb7366b24 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -196,17 +196,19 @@ nick: nick ........................................ -• *`/join`* `[canale1[,canale2[,canale3]] [chiave1[,chiave2]]]`:: +• *`/join`* `[-server server] [channel1[,channel2[,channel3]] [key1[,key2]]]`:: ........................................ entra in un canale - canale: nome del canale in cui entrare - chiave: chiave per entrare nel canale (i canali con una chiave devono essere primi nella lista) + server: send to this server (internal name) + channel: channel name to join + key: key to join the channel (channels with a key must be the first in list) - Esempi: + Examples: /join #weechat - /join #canaleprotetto,#weechat chiave + /join #protectedchan,#weechat key + /join -server freenode #weechat ........................................ • *`/kick`* `[canale] nick [commento]`:: |