irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115)

v2.8-utf8proc
Simmo Saan 2019-12-13 18:03:34 +02:00 committed by Sébastien Helleu
parent 139a7053e4
commit c487965e8b
1 changed files with 2 additions and 1 deletions

View File

@ -1705,7 +1705,8 @@ irc_config_server_new_option (struct t_config_file *config_file,
new_option = weechat_config_new_option (
config_file, section,
option_name, "string",
N_("password for SSL certificate's private key "
N_("password for SSL certificate's private key; "
"only used with gnutls version >= 3.1.0 "
"(note: content is evaluated, see /help eval; server "
"options are evaluated with ${irc_server.xxx} and "
"${server} is replaced by the server name)"),