From 98b9c27442c65a862f643cb57d0302724d7b9842 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Feb 2023 20:35:22 +0200 Subject: [PATCH] readd temp code i removed earlier --- files/helpers/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index a004cf47e..4400e9aa6 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -119,7 +119,7 @@ def NOTIFY_USERS(text, v): if word in text and id not in notify_users: notify_users.add(id) - if '!biofoids' in text and SITE == 'rdrama.net': + if v.id != AEVANN_ID and '!biofoids' in text and SITE == 'rdrama.net': if v.id not in BIOFOIDS: abort(403, "Only members of the ping group can ping it!") notify_users.update(BIOFOIDS)