diff options
author | Simmo Saan <simmo.saan@gmail.com> | 2019-12-13 18:03:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-12-13 21:18:22 +0100 |
commit | c487965e8ba42d60a65bac6939f44683721b250b (patch) | |
tree | 5ef324a889cea4810ed4c4fb2c86ea2307540f13 | |
parent | 139a7053e4371c4f4999e51cac8976a5446ce11c (diff) | |
download | weechat-c487965e8ba42d60a65bac6939f44683721b250b.zip |
irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115)
-rw-r--r-- | src/plugins/irc/irc-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 44eed9307..3417423f6 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -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)"), |