add ipv6 support

This commit is contained in:
mutantmonkey
2011-09-21 22:42:06 -04:00
parent 06133ef0c3
commit 8d601d52bd
3 changed files with 13 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ def run_phenny(config):
def connect(config):
p = bot.Phenny(config)
p.run(config.host, config.port, config.ssl)
p.run(config.host, config.port, config.ssl, config.ipv6)
try: Watcher()
except Exception, e: