Merge pull request #719 from LemonBoy/sasl-disable-none

Setting sasl_mechanism to '' disables the auth
This commit is contained in:
ailin-nemui 2017-07-26 10:57:05 +02:00 committed by GitHub
commit 437fbef6eb
3 changed files with 7 additions and 6 deletions

View file

@ -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.