Add SSL support

This commit is contained in:
Brendan Molloy
2010-09-12 21:33:15 +10:00
parent b45c1e94f7
commit 4969c0d603
3 changed files with 18 additions and 6 deletions

View File

@@ -34,7 +34,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: