From 0d6455e0d1c4655d125b3291caa5612496bae43c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 25 Jul 2013 19:22:41 +0200 Subject: add ssl support --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 6c94555..f537199 100755 --- a/__init__.py +++ b/__init__.py @@ -39,7 +39,7 @@ def run_phenny(config): def connect(config): p = bot.Phenny(config) - p.run(config.host, config.port) + p.run(config.host, config.port, config.ssl) try: Watcher() except Exception, e: -- cgit v1.2.3-1-g7c22