From e33e8f0e02da924e174e630b360a1907b356c03d Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 9 Apr 2026 09:23:12 +0200 Subject: [PATCH] Update bot.py --- community/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/bot.py b/community/bot.py index f5604c6..c9f115b 100644 --- a/community/bot.py +++ b/community/bot.py @@ -436,7 +436,7 @@ class CommunityBot(Plugin): filtered_rooms = [r for r in rooms if r in joined_rooms] if len(rooms) != len(filtered_rooms): - self.log.info(f"Ignoriere {len(rooms) - len(filtered_rooms)} Räume aus dem Space, da der Bot dort kein Mitglied ist.") + self.log.info(f"Ignored {len(rooms) - len(filtered_rooms)} because Bot is not part of the rooms.") return filtered_rooms except Exception as e: