mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-23 19: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.aborted = threading.Event()
|
||||
|
||||
self.initVars()
|
||||
|
||||
if world.testing:
|
||||
# HACK: Don't thread if we're running tests.
|
||||
self.connect()
|
||||
|
Loading…
Reference in New Issue
Block a user