forked from rDrama/rDrama
1
0
Fork 0
master
Aevann 2023-06-30 01:05:21 +03:00
parent b2ac0efc8c
commit 27c78f55f7
1 changed files with 25 additions and 25 deletions

View File

@ -124,20 +124,20 @@ GIRL_PHRASES = [
SLURS = {
"(?<!\\bs)nigger": "BIPOC",
"negroid": "BIPOC",
"(?<!\w)coon(?!\w)": "BIPOC",
"(?<!\w)coons(?!\w)": "BIPOCs",
"(?<![a-z])coon(?![a-z])": "BIPOC",
"(?<![a-z])coons(?![a-z])": "BIPOCs",
"niglet": 'BIPOClet',
"negress": "BIPOCette",
"faggot": "cute twink",
"fag": "cute twink",
"(?<!\w)spic(?!\w)": "hard-working American",
"(?<!\w)spics(?!\w)": "hard-working Americans",
"(?<![a-z])spic(?![a-z])": "hard-working American",
"(?<![a-z])spics(?![a-z])": "hard-working Americans",
"trannie": '<img loading="lazy" data-bs-toggle="tooltip" alt=":marseytrain:" title=":marseytrain:" src="/e/marseytrain.webp">',
"tranny": '<img loading="lazy" data-bs-toggle="tooltip" alt=":marseytrain:" title=":marseytrain:" src="/e/marseytrain.webp">',
"troon": '<img loading="lazy" data-bs-toggle="tooltip" alt=":marseytrain:" title=":marseytrain:" src="/e/marseytrain.webp">',
"tranner": '<img loading="lazy" data-bs-toggle="tooltip" alt=":marseytrain:" title=":marseytrain:" src="/e/marseytrain.webp">',
"kike": "jewish chad",
"(?<!\w)heeb": "jewish chad",
"(?<![a-z])heeb": "jewish chad",
"daisy's destruction": "Cars 2",
"daisys destruction": "Cars 2",
"daisy destruction": "Cars 2",
@ -217,10 +217,10 @@ if SITE_NAME == 'rDrama':
"journalism": "journ*lism",
"elon musk": "Rocket Daddy",
"fake and gay": "fake and straight",
"(?<!\w)rapist": "male feminist",
"(?<!\w)pedo(?!\w)": "p-do",
"(?<!\w)kys": "keep yourself safe",
"kys(?!\w)": "keep yourself safe",
"(?<![a-z])rapist": "male feminist",
"(?<![a-z])pedo(?![a-z])": "p-do",
"(?<![a-z])kys": "keep yourself safe",
"kys(?![a-z])": "keep yourself safe",
"republican": 'rethuglican',
"america": 'ameriKKKa',
"it's almost as if": "I'm a retard but",
@ -229,16 +229,16 @@ if SITE_NAME == 'rDrama':
"its almost like": "I'm a retard but",
"my brother in christ": "my brother in Allah (ﷻ)",
"kyle": "Kylie",
"(?<!\w)cool (?!it)": "fetch ",
"(?<![a-z])cool (?!it)": "fetch ",
"krayon": "krayon (sister toucher)",
"discord": "groomercord",
"allah(?! \()": "Allah (ﷻ)",
"my wife(?! \()": "my wife (male)",
"(?<!cow) tools(?!\w)": " cow tools",
"(?<!cow) tools(?![a-z])": " cow tools",
"explain": "mansplain",
'nigga': 'neighbor',
'(?<!\w)cat(?!\w)': 'marsey',
'(?<!\w)cats(?!\w)': 'marseys',
'(?<![a-z])cat(?![a-z])': 'marsey',
'(?<![a-z])cats(?![a-z])': 'marseys',
'shiogu': 'chiobu',
}
SLURS.update(RDRAMA_SLURS)
@ -410,27 +410,27 @@ for k, val in SLURS.items():
PROFANITIES = {
'motherfucker': 'motherlover',
'fuck': 'frick',
'(?<!\w)ass(?!\w)': 'butt',
'(?<![a-z])ass(?![a-z])': 'butt',
'shitting': 'pooping',
'damn': 'darn',
'bitch(?!\w)': 'b-word',
'bitch(?![a-z])': 'b-word',
'toilet': 'potty',
'(?<!\w)asshole': 'butthole',
'(?<!\w)rape(?!\w)': 'r*pe',
'(?<!\w)hell(?!\w)': 'heck',
'(?<!\w)sex(?!\w)': 'intercourse',
'(?<!\w)cum(?!\w)': 'c*m',
'(?<![a-z])asshole': 'butthole',
'(?<![a-z])rape(?![a-z])': 'r*pe',
'(?<![a-z])hell(?![a-z])': 'heck',
'(?<![a-z])sex(?![a-z])': 'intercourse',
'(?<![a-z])cum(?![a-z])': 'c*m',
'orgasm': 'sexual climax',
'dick': 'peepee',
'(?<!\w)cock(?!\w)': 'peepee',
'(?<!\w)cocks': 'peepees',
'(?<![a-z])cock(?![a-z])': 'peepee',
'(?<![a-z])cocks': 'peepees',
'penis': 'peepee',
'pussy': 'girl peepee',
'pussies': 'girl peepees',
'vagina(?!\w)': 'girl peepee',
'vaginas(?!\w)': 'girl peepees',
'vagina(?![a-z])': 'girl peepee',
'vaginas(?![a-z])': 'girl peepees',
'cunt': 'girl peepee',
'(?<!\w)twat(?!\w)': 'girl peepee',
'(?<![a-z])twat(?![a-z])': 'girl peepee',
'lmao': 'lmbo',
'peacock': 'peapeepee',
}