From db55c8cb7bb8f3e93d964ad1289ec611e3664098 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 19 Jan 2024 08:00:40 +0200 Subject: [PATCH] im tarded --- files/helpers/actions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index fa4d50f4e..f94c4f890 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -519,9 +519,6 @@ def execute_antispam_comment_check(body, v): def execute_under_siege(v, target, body, kind): if v.shadowbanned: return - if SITE == 'watchpeopledie.tv' and kind != 'post': - return - if not get_setting("under_siege"): return if v.admin_level >= PERMS['BYPASS_UNDER_SIEGE_MODE']: return