mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-17 14:01:03 +01:00
Revert "Irc: don't call initVars() on IRC object initialization"
This reverts commit 5a68dc1bc5f880d1117ca81e729f90fb5e1fce38.
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…
x
Reference in New Issue
Block a user