diff --git a/files/helpers/const.py b/files/helpers/const.py index e8716d249..5769962dc 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -45,12 +45,11 @@ if SITE_NAME == 'Cringetopia': "i hate carp": "i love Carp", "heil hitler": "hello kitty", - " fag": " cute twink", + " fag ": " cute twink ", + " fags ": " cute twinks ", } else: SLURS = { - " fag": " cute twink", - "california": "commiefornia", "hollywood": "hollyweird", "tiananmen square": "tiananmen square didn't happen (but it should have)", @@ -110,9 +109,15 @@ else: "elon musk": "rocket daddy", "fake and gay": "fake and straight", - " rapist": " male feminist", - " pedo": " libertarian", - " kys": " keep yourself safe", + " kys ": " keep yourself safe ", + + " rapist ": " male feminist ", + " pedo ": " libertarian ", + " fag ": " cute twink ", + + " rapists ": " male feminists ", + " pedos ": " libertarians ", + " fags ": " cute twinks ", } single_words = "|".join([slur.lower() for slur in SLURS.keys()])