diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-26 19:07:54 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2015-09-26 19:07:54 +0200 |
commit | 18989e76dbf42d39ce1906d37cf5bfcc43422f32 (patch) | |
tree | 9de880545a74fdd4d2207c5bf2de6f141de4cf9d /docs | |
parent | 815862b68899c72e5587002c37cec286df0c82f2 (diff) | |
parent | 1a2c479bc04cdb6758ca9f1976e235b092cc83fb (diff) | |
download | irssi-18989e76dbf42d39ce1906d37cf5bfcc43422f32.zip |
Merge pull request #304 from LemonBoy/sasl_user_options
Allow the user to set and modify the SASL parameters
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/network.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/help/in/network.in b/docs/help/in/network.in index 046d9feb..2918f6ae 100644 --- a/docs/help/in/network.in +++ b/docs/help/in/network.in @@ -32,6 +32,12 @@ additional commands to the server. -cmdmax: Specifies the maximum number of commands to perform before starting the internal flood protection. + -sasl_mechanism Specifies the mechanism to use for the SASL authentication. + At the moment irssi only supports the 'plain' and the + 'external' mechanisms. + -sasl_username Specifies the username to use during the SASL authentication. + -sasl_password Specifies the password to use during the SASL authentication. + The name of the network to add, edit or remove; if no parameter is given, the list of networks will be displayed. |