summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2017-06-17 17:01:42 +0200
committerLemonBoy <thatlemon@gmail.com>2017-07-25 22:53:33 +0200
commitd971c0292082823182f333a412207a9a8f6ad008 (patch)
tree36b3263517d153f8a6ca4045732b093f4a61b593 /docs
parent9d3cfe1069b5cfaf0efb972e36695b781ecf93de (diff)
downloadirssi-d971c0292082823182f333a412207a9a8f6ad008.zip
Allow the user to clear the sasl-related fields
There was no easy way for the user to disable the SASL authentication or to clear the username/password once the network was created. Closes #718
Diffstat (limited to 'docs')
-rw-r--r--docs/help/in/network.in1
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.