diff --git a/botcmd.py b/botcmd.py index 3a4d0cb..f88eabe 100644 --- a/botcmd.py +++ b/botcmd.py @@ -287,7 +287,7 @@ def on_connect(*, irc): global nickserv_pass irc.msg(b'nickserv', b'IDENTIFY ' + nickserv_pass.encode()) - time.sleep(20) # One day I will do this correctly. Today is not the day + time.sleep(30) # One day I will do this correctly. Today is not the day stop_gameloop() start_gameloop(irc)