From d9bd235e9ded5a22da029add3aecfe9dca0f4f1b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 28 Oct 2023 21:19:22 +0300 Subject: [PATCH] add "I love sucking cock" chud phrase --- files/helpers/config/const.py | 43 ++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index e1c80f961d..a2b7d0125c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -1017,27 +1017,28 @@ def IS_EVENT(): return None CHUD_PHRASES = ( - "Trans lives matter", - "Black lives matter", - "Black trans lives matter", - "The future is female", - "I say this as a feminist ally", - "I stand with Israel", - "Vaccines work", - "Trans women are women", - "Furry rights are human rights", - "Trans furry lives matter", - "Trump for prison", - "Hillary 2024", - "Jewish lives matter", - "White extinction is long overdue", - "Climate action now", - "Long live the CCP", - "I stand with Ukraine", - "Leo Frank was innocent", - "Israeli lives matter", - "Palestinian lives matter", - ) + "Trans lives matter", + "Black lives matter", + "Black trans lives matter", + "The future is female", + "I say this as a feminist ally", + "I stand with Israel", + "Vaccines work", + "Trans women are women", + "Furry rights are human rights", + "Trans furry lives matter", + "Trump for prison", + "Hillary 2024", + "Jewish lives matter", + "White extinction is long overdue", + "Climate action now", + "Long live the CCP", + "I stand with Ukraine", + "Leo Frank was innocent", + "Israeli lives matter", + "Palestinian lives matter", + "I love sucking cock", +) HEADERS = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"}