From 5060ab8636f80a02391454ab5fc5c7e507265e2d Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 22 Jul 2023 22:02:58 +0300 Subject: [PATCH] exempt marseygen from spam-checking --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 0512346aa0..9e819d5118 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -742,7 +742,7 @@ if SITE == 'rdrama.net': 'klen': 2050, } - ANTISPAM_BYPASS_IDS = {1703, 13427} + ANTISPAM_BYPASS_IDS = {1703, 13427, 15014} GIFT_NOTIF_ID = CARP_ID