diff options
Diffstat (limited to 'src/plugins/irc/irc-config.c')
-rw-r--r-- | src/plugins/irc/irc-config.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 435b45691..b7f0a339a 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -1465,8 +1465,10 @@ irc_config_server_new_option (struct t_config_file *config_file, new_option = weechat_config_new_option ( config_file, section, option_name, "integer", - N_("mechanism for SASL authentication"), - "plain|dh-blowfish", 0, 0, + N_("mechanism for SASL authentication: \"plain\" for plain text " + "password, \"dh-blowfish\" for crypted password, \"external\" " + "for authentication using client side SSL cert"), + "plain|dh-blowfish|external", 0, 0, default_value, value, null_value_allowed, callback_check_value, callback_check_value_data, |