Looks like that was not enough

This commit is contained in:
Juhani Krekelä 2019-04-27 20:07:51 +03:00
parent 952543d35a
commit be4f98f8d9
1 changed files with 1 additions and 1 deletions

View File

@ -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)