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