diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-28 12:29:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-28 12:29:56 +0200 |
commit | f393d0a3d263c7357946513b106e7ab5765fcd75 (patch) | |
tree | 020d4e9de84d9295437a43794a5d0197675bc714 /src/plugins/scripts/python | |
parent | f4f90e85fb668ddb22b5148d356a25d689bdfd08 (diff) | |
download | weechat-f393d0a3d263c7357946513b106e7ab5765fcd75.zip |
irc: add option "ssl_priorities" in servers (task #10106, debian #624055)
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/weechat-python-api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index daf7d8b75..12b74ed7e 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -3547,6 +3547,7 @@ weechat_python_api_hook_connect (PyObject *self, PyObject *args) NULL, /* gnutls session */ NULL, /* gnutls callback */ 0, /* gnutls DH key size */ + NULL, /* gnutls priorities */ local_hostname, &weechat_python_api_hook_connect_cb, function, |