Add SSL support
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user