Disable messages proc

This commit is contained in:
2025-04-24 17:17:45 +02:00
parent 8ac15a1687
commit eddad6454d

View File

@@ -308,6 +308,8 @@ class MessagesProc:
@classmethod @classmethod
async def on_message(cls, received_as: str, event: MessageEvent): async def on_message(cls, received_as: str, event: MessageEvent):
return
if event.chatter_user_name in cls.FULL_IGNORED_USER_LOGINS: if event.chatter_user_name in cls.FULL_IGNORED_USER_LOGINS:
return return