forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-06 01:44:30 +02:00
parent b84dd88e51
commit 22c2e1240e
1 changed files with 11 additions and 6 deletions

View File

@ -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()])