diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:03:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:03:11 +0200 |
commit | 9017a230136f8daa1d227dd8a20a5ecfa839920b (patch) | |
tree | 34c7c29a4326841503f54bea182f089a9639ddd6 /doc/it | |
parent | a6e819f7908d513a87426f31278b333715f25757 (diff) | |
download | weechat-9017a230136f8daa1d227dd8a20a5ecfa839920b.zip |
Add option "-open" for IRC command /connect
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_commands.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt index be518618f..25462c200 100644 --- a/doc/it/autogen/user/irc_commands.txt +++ b/doc/it/autogen/user/irc_commands.txt @@ -50,25 +50,26 @@ nick: utente o host da bannare ........................................ -• *`/connect`* `[-all [-nojoin] | nome_server [nome_server ...] [-nojoin] | nome_host[/porta] [-opzione[=valore]] [-nooption]`:: +• *`/connect`* `[-all [-nojoin] | -open [-nojoin] | servername [servername ...] [-nojoin] | hostname[/port] [-option[=value]] [-nooption]]`:: ........................................ connette ad uno o più server IRC - -all: connette a tutti i server - nome_server: nome interno del server a cui connettersi (il server deve essere stato creato con /server add) - -nojoin: non entrare in nessun canale (anche se l'ingresso automatico è attivo sul server) - nome_host: nome host (oppure IP) del server - porta: porta per il server (6667 è la predefinita) - opzione: imposta opzione per il server (per le opzioni bool, il valore può essere omesso) - nooption: imposta il valore bool dell'opzione su off (per esempio: -nossl) + -all: connect to all servers defined in configuration + -open: connect to all opened servers that are not currently connected + servername: internal server name to connect (server must have been created by /server add) + -nojoin: do not join any channel (even if autojoin is enabled on server) + hostname: hostname (or IP) of a server + port: port for server (6667 by default) + option: set option for server (for boolean option, value can be omitted) + nooption: set boolean option to 'off' (for example: -nossl) - Esempi: + Examples: /connect freenode /connect irc.oftc.net/6667 /connect irc6.oftc.net/6667 -ipv6 /connect irc6.oftc.net/6697 -ipv6 -ssl - /connect mio.server.org/6697 -ssl -password=test + /connect my.server.org/6697 -ssl -password=test ........................................ • *`/ctcp`* `destinatario tipo [argomenti]`:: |