diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-06 11:29:38 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-06 11:29:38 +0200 |
commit | 66a0eb7a0bfe7a577e35c33a6e52c0afa5afd181 (patch) | |
tree | ebe0badf723a14b64f0f611a3d507053827c0952 /doc/it/autogen/user | |
parent | 9f1658ef03c6bde48e274c6ed38e512812406e47 (diff) | |
download | weechat-66a0eb7a0bfe7a577e35c33a6e52c0afa5afd181.zip |
irc: improve help of server option "autojoin"
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/irc_options.txt b/doc/it/autogen/user/irc_options.txt index d07ee5062..f327798b1 100644 --- a/doc/it/autogen/user/irc_options.txt +++ b/doc/it/autogen/user/irc_options.txt @@ -414,7 +414,7 @@ ** valori: on, off (valore predefinito: `off`) * [[option_irc.server_default.autojoin]] *irc.server_default.autojoin* -** descrizione: `elenco separato da virgole di canali in cui entrare quando si รจ connessi al server (esempio: "#canale1", #canale2, #canale3 chiave1,chiave2") (nota: il contenuto viene valutato, consultare /help eval)` +** descrizione: `comma separated list of channels to join when connected to server; the channels that require a key must be at beginning of the list, and all the keys must be given after the channels (separated by a space) (example: "#channel1,#channel2,#channel3 key1,key2" where #channel1 and #channel2 are protected by key1 and key2) (note: content is evaluated, see /help eval)` ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `""`) |