summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-02-25 07:35:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-02-25 07:35:12 +0100
commit5936272b4ca7d05c8a082f7fd09c3bbabbf92fb5 (patch)
treee0541fd2b904a43109139540abfc905c2fbb686c /doc/en
parent6d184ccdc64ad55d226d996df5a62f269950f8cf (diff)
downloadweechat-5936272b4ca7d05c8a082f7fd09c3bbabbf92fb5.zip
irc: complete help of SASL fail options
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/user/irc_options.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc
index 810cb3d27..50a58028f 100644
--- a/doc/en/autogen/user/irc_options.asciidoc
+++ b/doc/en/autogen/user/irc_options.asciidoc
@@ -428,7 +428,7 @@
** values: 1 .. 10080 (default value: `5`)
* [[option_irc.network.sasl_fail_unavailable]] *irc.network.sasl_fail_unavailable*
-** description: `cause SASL authentication failure when SASL is requested but unavailable on the server`
+** description: `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`
** type: boolean
** values: on, off (default value: `on`)
@@ -573,7 +573,7 @@
** values: any string (default value: `""`)
* [[option_irc.server_default.sasl_fail]] *irc.server_default.sasl_fail*
-** description: `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`
+** description: `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)`
** type: integer
** values: continue, reconnect, disconnect (default value: `continue`)