fds
This commit is contained in:
parent
c2fee842f2
commit
d25091a212
1 changed files with 8 additions and 8 deletions
|
@ -38,18 +38,11 @@ SLURS = {
|
||||||
"oldfag": "oldstrag",
|
"oldfag": "oldstrag",
|
||||||
"faggotry": "cute twinkry",
|
"faggotry": "cute twinkry",
|
||||||
"faggot": "cute twink",
|
"faggot": "cute twink",
|
||||||
" fag ": "cute twink",
|
|
||||||
"pedophile": "libertarian",
|
"pedophile": "libertarian",
|
||||||
" pedo": "libertarian",
|
|
||||||
"kill yourself": "keep yourself safe",
|
"kill yourself": "keep yourself safe",
|
||||||
" kys ": "keep yourself safe",
|
|
||||||
"n1gger": "BIPOC",
|
"n1gger": "BIPOC",
|
||||||
"nlgger": "BIPOC",
|
"nlgger": "BIPOC",
|
||||||
"nigger": "BIPOC",
|
"nigger": "BIPOC",
|
||||||
" n1g ": "BIPOC",
|
|
||||||
" nlg ": "BIPOC",
|
|
||||||
" nig ": "BIPOC",
|
|
||||||
" rapist": "male feminist",
|
|
||||||
"steve akins": "penny verity oaken",
|
"steve akins": "penny verity oaken",
|
||||||
"trannie": "🚂🚃🚃",
|
"trannie": "🚂🚃🚃",
|
||||||
"tranny": "🚂🚃🚃",
|
"tranny": "🚂🚃🚃",
|
||||||
|
@ -89,8 +82,15 @@ SLURS = {
|
||||||
"china virus": "SARS-CoV-2 syndemic",
|
"china virus": "SARS-CoV-2 syndemic",
|
||||||
"kung flu": "SARS-CoV-2 syndemic",
|
"kung flu": "SARS-CoV-2 syndemic",
|
||||||
"elon musk": "rocket daddy",
|
"elon musk": "rocket daddy",
|
||||||
|
"fake and gay": "fake and straight",
|
||||||
|
" kys ": " keep yourself safe ",
|
||||||
|
" n1g ": " BIPOC ",
|
||||||
|
" nlg ": " BIPOC ",
|
||||||
|
" nig ": " BIPOC ",
|
||||||
|
" fag ": " cute twink ",
|
||||||
|
" pedo": " libertarian",
|
||||||
" elon ": " rocket daddy ",
|
" elon ": " rocket daddy ",
|
||||||
"fake and gay": "fake and straight"
|
" rapist": " male feminist "
|
||||||
}
|
}
|
||||||
|
|
||||||
single_words = "|".join([slur.lower() for slur in SLURS.keys()])
|
single_words = "|".join([slur.lower() for slur in SLURS.keys()])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue