From 87071b927c35aef74ebce9d1fb1fdba7435a0e1e Mon Sep 17 00:00:00 2001 From: carpathianflorist <80724128+carpathianflorist@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:57:35 -0400 Subject: [PATCH] slur, profanity, shibboleth upgrade xoxo carp --- files/helpers/const.py | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 8bfaf397f..36b8924ca 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -87,15 +87,17 @@ AJ_REPLACEMENTS = { SLURS = { "nigger": "BIPOC", - "niglet": "BIPOClet", + "niglet": ['BIPOClet', 'baby BIPOC', 'urban youth'], "negress": "BIPOC woman", "faggot": "cute twink", "fag": "strag", "spic ": "hard-working American ", + "spics": "hard-working Americans ", "trannie": ':marseytrain:', "tranny": ':marseytrain:', "troon": ':marseytrain:', - "dyke": "cute lesbian", + "dyke": "woman who loves women", + "dyke": "women who loves women", "kike": "jewish chad", "daisy's destruction": "Cars 2", "daisys destruction": "Cars 2", @@ -140,7 +142,9 @@ if SITE_NAME == 'rDrama': "pedophile": "libertarian", "kill yourself": "keep yourself safe", "kill yourselves": "keep yourselves safe", - "steve akins": "penny verity oaken", + "steve akins": "Dr. Penelope Verity Oaken", + "steve joel akins": "Dr. Penelope Verity Oaken", + "steven joel akins": "Dr. Penelope Verity Oaken", "latinos": "latinx", "latino": "latinx", "latinas": "latinx", @@ -162,6 +166,14 @@ if SITE_NAME == 'rDrama': " pedo ": " libertarian ", " kys": " keep yourself safe", "kys ": "keep yourself safe ", + "california": "commiefornia", + "hollywood": ['hollyweird', 'pedowood'], + "republican": ['republiKKKan', 'republicunt', 'rethuglican'], + "democrat": ['demonrat', 'demoncrat', 'demoncrap', 'demoKKKrat'], + "kill all furries": "stop the fursecution", + "palestine": "occupied Israel", + "israel": "occupied Palestine", + "nurse": "n*rse", } SLURS.update(RDRAMA_SLURS)