]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/config.py
Add SSL support
[irc/weechat/qweechat.git] / src / qweechat / config.py
index 120a4bb18b26f2d3aa86e1a349091bc0abc75e54..31d7355dece5c8c5959c2ebd99214d434af7799c 100644 (file)
@@ -32,6 +32,7 @@ CONFIG_FILENAME = '%s/qweechat.conf' % CONFIG_DIR
 CONFIG_DEFAULT_SECTIONS = ('relay', 'look', 'color')
 CONFIG_DEFAULT_OPTIONS = (('relay.server', ''),
                           ('relay.port', ''),
+                          ('relay.ssl', 'off'),
                           ('relay.password', ''),
                           ('relay.autoconnect', 'off'),
                           ('look.debug', 'off'),