mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
Revert "Irc: don't call initVars() on IRC object initialization"
This reverts commit 5a68dc1bc5
.
This commit is contained in:
parent
0fd093644c
commit
1930739aad
@ -51,6 +51,8 @@ class Irc():
|
|||||||
self.connected = threading.Event()
|
self.connected = threading.Event()
|
||||||
self.aborted = threading.Event()
|
self.aborted = threading.Event()
|
||||||
|
|
||||||
|
self.initVars()
|
||||||
|
|
||||||
if world.testing:
|
if world.testing:
|
||||||
# HACK: Don't thread if we're running tests.
|
# HACK: Don't thread if we're running tests.
|
||||||
self.connect()
|
self.connect()
|
||||||
|
Loading…
Reference in New Issue
Block a user