From a9a5e859badc21bc912439a6bf2a2741ed75f8f3 Mon Sep 17 00:00:00 2001 From: Context 77 <126421199+ctx77@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:45:32 +0100 Subject: [PATCH] wait a bit longer --- FaustBot/Communication/Connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FaustBot/Communication/Connection.py b/FaustBot/Communication/Connection.py index 2451ad6..7dd1a28 100644 --- a/FaustBot/Communication/Connection.py +++ b/FaustBot/Communication/Connection.py @@ -160,7 +160,7 @@ class Connection(object): # f"identify {self.details.get_nick()} {self.details.get_pwd()} ", # ) # Sleep a bit to ensure that the Bot is fully logged in. - time.sleep(2.123) + time.sleep(11.2233) self.irc.send(f"JOIN {self.details.get_channel()}\r\n".encode()) self.irc.send(f"WHO {self.details.get_channel()}\r\n".encode()) self.irc.send(f"MODE {self.details.get_nick()} -R\r\n".encode())