diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 8aa1a400c..3476cb421 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -280,7 +280,7 @@ def push_notif(uids, title, body, url_or_comment, chat_id=None): return uids = set(uids) - if SITE == 'rdrama.net' and chat_id != 182: + if SITE == 'rdrama.net' and chat_id != 182 and '!jannies' not in body: uids.discard(AEVANN_ID) uids.discard(147)