diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-25 07:35:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-02-25 07:35:12 +0100 |
commit | 5936272b4ca7d05c8a082f7fd09c3bbabbf92fb5 (patch) | |
tree | e0541fd2b904a43109139540abfc905c2fbb686c /doc/it | |
parent | 6d184ccdc64ad55d226d996df5a62f269950f8cf (diff) | |
download | weechat-5936272b4ca7d05c8a082f7fd09c3bbabbf92fb5.zip |
irc: complete help of SASL fail options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/irc_options.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/irc_options.asciidoc b/doc/it/autogen/user/irc_options.asciidoc index 168ec45c1..e251abdeb 100644 --- a/doc/it/autogen/user/irc_options.asciidoc +++ b/doc/it/autogen/user/irc_options.asciidoc @@ -428,7 +428,7 @@ ** valori: 1 .. 10080 (valore predefinito: `5`) * [[option_irc.network.sasl_fail_unavailable]] *irc.network.sasl_fail_unavailable* -** descrizione: `cause SASL authentication failure when SASL is requested but unavailable on the server` +** descrizione: `cause SASL authentication failure when SASL is requested but unavailable on the server; when this option is enabled, it has effect only if option "sasl_fail" is set to "reconnect" or "disconnect" in the server` ** tipo: bool ** valori: on, off (valore predefinito: `on`) @@ -573,7 +573,7 @@ ** valori: qualsiasi stringa (valore predefinito: `""`) * [[option_irc.server_default.sasl_fail]] *irc.server_default.sasl_fail* -** descrizione: `action to perform if SASL authentication fails: "continue" to ignore the authentication problem, "reconnect" to schedule a reconnection to the server, "disconnect" to disconnect from server` +** descrizione: `action to perform if SASL authentication fails: "continue" to ignore the authentication problem, "reconnect" to schedule a reconnection to the server, "disconnect" to disconnect from server (see also option irc.network.sasl_fail_unavailable)` ** tipo: intero ** valori: continue, reconnect, disconnect (valore predefinito: `continue`) |