Wait before joining chans, so that we auth correctly

This commit is contained in:
Juhani Krekelä 2019-04-27 20:03:08 +03:00
parent 625b6dcd61
commit 952543d35a
1 changed files with 1 additions and 0 deletions

View File

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