3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

Revert "Irc: don't call initVars() on IRC object initialization"

This reverts commit 5a68dc1bc5.
This commit is contained in:
James Lu 2016-03-25 14:54:29 -07:00
parent 0fd093644c
commit 1930739aad

View File

@ -51,6 +51,8 @@ class Irc():
self.connected = threading.Event()
self.aborted = threading.Event()
self.initVars()
if world.testing:
# HACK: Don't thread if we're running tests.
self.connect()