diff --git a/ircbot.py b/ircbot.py index 8df3646..53f8749 100755 --- a/ircbot.py +++ b/ircbot.py @@ -107,6 +107,7 @@ class Connhandler(threading.Thread): self.send(i) f.close() + time.sleep(10) # Wait for nickserv auth to take effect for i in self.chan.split(' '): self.send('JOIN %s' % i)