forked from rDrama/rDrama
1
0
Fork 0

fdMerge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-05-06 02:02:02 +00:00
commit 23d897d97b
1 changed files with 8 additions and 5 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)",
@ -111,8 +110,12 @@ else:
"fake and gay": "fake and straight",
" rapist": " male feminist",
" pedo": " libertarian",
" kys": " keep yourself safe",
" kys ": " keep yourself safe ",
" pedo ": " libertarian ",
" pedos ": " libertarians ",
" fag ": " cute twink ",
" fags ": " cute twinks ",
}
single_words = "|".join([slur.lower() for slur in SLURS.keys()])