diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-07-26 10:57:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 10:57:05 +0200 |
commit | 437fbef6eb8f605320841cba119d3abbb3571a75 (patch) | |
tree | 83f2ed868a1c72348fcda7cd25b233da03b68ae2 /docs | |
parent | 6552fe4c6cdf8ba98ee9ca33d533ba9d1765cedf (diff) | |
parent | d971c0292082823182f333a412207a9a8f6ad008 (diff) | |
download | irssi-437fbef6eb8f605320841cba119d3abbb3571a75.zip |
Merge pull request #719 from LemonBoy/sasl-disable-none
Setting sasl_mechanism to '' disables the auth
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/network.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/in/network.in b/docs/help/in/network.in index ba08ef69..4c2eeed4 100644 --- a/docs/help/in/network.in +++ b/docs/help/in/network.in @@ -36,6 +36,7 @@ -sasl_mechanism Specifies the mechanism to use for the SASL authentication. At the moment irssi only supports the 'plain' and the 'external' mechanisms. + Use '' to disable the authentication. -sasl_username Specifies the username to use during the SASL authentication. -sasl_password Specifies the password to use during the SASL authentication. |