diff --git a/classes.py b/classes.py index 3b5e5ba..91a53c8 100644 --- a/classes.py +++ b/classes.py @@ -50,8 +50,6 @@ 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()