From be4f98f8d93004f0387804ef13038b8186a611d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 27 Apr 2019 20:07:51 +0300 Subject: [PATCH] Looks like that was not enough --- ircbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot.py b/ircbot.py index 53f8749..470c74c 100755 --- a/ircbot.py +++ b/ircbot.py @@ -107,7 +107,7 @@ class Connhandler(threading.Thread): self.send(i) f.close() - time.sleep(10) # Wait for nickserv auth to take effect + time.sleep(20) # Wait for nickserv auth to take effect for i in self.chan.split(' '): self.send('JOIN %s' % i)