diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-01 10:00:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-01 10:00:57 +0200 |
commit | 1c4e3c0e84272ae27479104359198b6d61d28cc1 (patch) | |
tree | dbd18f36378497f58181af651947da10c79cb4de /doc/en/autogen | |
parent | e0098845957d5e03eac505145c10b5313a8d760e (diff) | |
download | weechat-1c4e3c0e84272ae27479104359198b6d61d28cc1.zip |
core: update translations
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 395ecceea..11ab1ba60 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -519,9 +519,9 @@ ** values: any string (default value: `""`) * [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism* -** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert` +** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for blowfish crypted password, "dh-aes" for AES crypted password, "external" for authentication using client side SSL cert` ** type: integer -** values: plain, dh-blowfish, external (default value: `plain`) +** values: plain, dh-blowfish, dh-aes, external (default value: `plain`) * [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password* ** description: `password for SASL authentication` |