From fb22751f9cf8e3918f09aec2cebfb15b23958c7f Mon Sep 17 00:00:00 2001 From: chestm007 Date: Tue, 28 Apr 2026 15:48:18 +1000 Subject: [PATCH] remove char from requested logins if already logged in. --- src/GhostBot/controller/threaded_bot_controller.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GhostBot/controller/threaded_bot_controller.py b/src/GhostBot/controller/threaded_bot_controller.py index f81cff9..194d169 100644 --- a/src/GhostBot/controller/threaded_bot_controller.py +++ b/src/GhostBot/controller/threaded_bot_controller.py @@ -88,6 +88,8 @@ def callback(__client, result): self.logger.info('[%s|%s] starting login procedure with config %s', pid, _conf.char_name, _conf) else: self.logger.info('[%s|%s] skipping', pid, __char) + if __char in self.requested_logins: + self.requested_logins.remove(__char) continue if __char in self.requested_logins: