forked from MarseyWorld/MarseyWorld
remove rarely-used words from RDRAMA_SLURS
parent
80f553616b
commit
84b2053784
|
@ -196,24 +196,16 @@ if SITE_NAME == 'rDrama':
|
||||||
"kill youself": "keep yourself safe",
|
"kill youself": "keep yourself safe",
|
||||||
"kill yourself": "keep yourself safe",
|
"kill yourself": "keep yourself safe",
|
||||||
"kill yourselves": "keep yourselves safe",
|
"kill yourselves": "keep yourselves safe",
|
||||||
"steve akins": "Dr. Penelope Verity Oaken",
|
|
||||||
"steve joel akins": "Dr. Penelope Verity Oaken",
|
|
||||||
"steven joel akins": "Dr. Penelope Verity Oaken",
|
|
||||||
"latinos": "latinx",
|
"latinos": "latinx",
|
||||||
"latino": "latinx",
|
"latino": "latinx",
|
||||||
"latinas": "latinx",
|
"latinas": "latinx",
|
||||||
"latina": "latinx",
|
"latina": "latinx",
|
||||||
"hispanics": "latinx",
|
"hispanics": "latinx",
|
||||||
"hispanic": "latinx",
|
"hispanic": "latinx",
|
||||||
"i hate marsey": "i love marsey",
|
|
||||||
"sodomite": "total dreamboat",
|
|
||||||
"renter": "rentoid",
|
|
||||||
"autistic": "neurodivergent",
|
"autistic": "neurodivergent",
|
||||||
"i hate carp": "i love Carp",
|
|
||||||
"gamer": "g*mer",
|
"gamer": "g*mer",
|
||||||
"journalist": "journ*list",
|
"journalist": "journ*list",
|
||||||
"journalism": "journ*lism",
|
"journalism": "journ*lism",
|
||||||
"elon musk": "Rocket Daddy",
|
|
||||||
"fake and gay": "fake and straight",
|
"fake and gay": "fake and straight",
|
||||||
"(?<![a-z])rapist": "male feminist",
|
"(?<![a-z])rapist": "male feminist",
|
||||||
"(?<![a-z])pedo(?![a-z])": "p-do",
|
"(?<![a-z])pedo(?![a-z])": "p-do",
|
||||||
|
@ -226,7 +218,6 @@ if SITE_NAME == 'rDrama':
|
||||||
"its almost as if": "I'm a retard but",
|
"its almost as if": "I'm a retard but",
|
||||||
"its almost like": "I'm a retard but",
|
"its almost like": "I'm a retard but",
|
||||||
"my brother in christ": "my brother in Allah (ﷻ)",
|
"my brother in christ": "my brother in Allah (ﷻ)",
|
||||||
"kyle": "Kylie",
|
|
||||||
"krayon": "krayon (sister toucher)",
|
"krayon": "krayon (sister toucher)",
|
||||||
"discord": "groomercord",
|
"discord": "groomercord",
|
||||||
"allah(?! \()": "Allah (ﷻ)",
|
"allah(?! \()": "Allah (ﷻ)",
|
||||||
|
@ -236,7 +227,6 @@ if SITE_NAME == 'rDrama':
|
||||||
'nigga': 'neighbor',
|
'nigga': 'neighbor',
|
||||||
'(?<![a-z])cat(?![a-z])': 'marsey',
|
'(?<![a-z])cat(?![a-z])': 'marsey',
|
||||||
'(?<![a-z])cats(?![a-z])': 'marseys',
|
'(?<![a-z])cats(?![a-z])': 'marseys',
|
||||||
'shiogu': 'chiobu',
|
|
||||||
'hello': 'hecko',
|
'hello': 'hecko',
|
||||||
}
|
}
|
||||||
SLURS.update(RDRAMA_SLURS)
|
SLURS.update(RDRAMA_SLURS)
|
||||||
|
|
Loading…
Reference in New Issue