diff --git a/classes.py b/classes.py index c4f209a..f623223 100644 --- a/classes.py +++ b/classes.py @@ -165,6 +165,7 @@ class Irc(): __init__ in a separate thread to allow multiple concurrent connections. """ while True: + self.initVars() ip = self.serverdata["ip"] port = self.serverdata["port"] checks_ok = True