From eddad6454d0597a4c45c42acdc16fc674bd6151f Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Thu, 24 Apr 2025 17:17:45 +0200 Subject: [PATCH] Disable messages proc --- src/applications/twitch_webhook/messages_proc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/applications/twitch_webhook/messages_proc.py b/src/applications/twitch_webhook/messages_proc.py index e243805..ffbbe11 100644 --- a/src/applications/twitch_webhook/messages_proc.py +++ b/src/applications/twitch_webhook/messages_proc.py @@ -308,6 +308,8 @@ class MessagesProc: @classmethod async def on_message(cls, received_as: str, event: MessageEvent): + return + if event.chatter_user_name in cls.FULL_IGNORED_USER_LOGINS: return