fix catholic slur filter

pull/199/head
Aevann 2023-09-17 21:54:32 +03:00
parent 652d7c7450
commit 762870e3c6
1 changed files with 22 additions and 22 deletions

View File

@ -137,16 +137,16 @@ SLURS = {
"negroid": "BIPOC",
"nignog": "BIPOC",
"nig nog": "BIPOC",
"(?<![a-z])coon(?![a-z])": "BIPOC",
"(?<![a-z])coons(?![a-z])": "BIPOCs",
"(?<!\w)coon(?!\w)": "BIPOC",
"(?<!\w)coons(?!\w)": "BIPOCs",
"niglet": 'BIPOClet',
"negress": "BIPOCette",
"faggot": "cute twink",
"fag": "strag",
"(?<![a-z])spic(?![a-z])": "hard-working American",
"(?<![a-z])spics(?![a-z])": "hard-working Americans",
"(?<!\w)spic(?!\w)": "hard-working American",
"(?<!\w)spics(?!\w)": "hard-working Americans",
"kike": "jewish chad",
"(?<![a-z])heeb": "jewish chad",
"(?<!\w)heeb": "jewish chad",
"daisy's destruction": "Cars 2",
"daisys destruction": "Cars 2",
"daisy destruction": "Cars 2",
@ -221,10 +221,10 @@ if SITE_NAME == 'rDrama':
"journalist": "journ*list",
"journalism": "journ*lism",
"fake and gay": "fake and straight",
"(?<![a-z])rapist": "male feminist",
"(?<![a-z])pedo(?![a-z])": "p-do",
"(?<![a-z])kys": "keep yourself safe",
"kys(?![a-z])": "keep yourself safe",
"(?<!\w)rapist": "male feminist",
"(?<!\w)pedo(?!\w)": "p-do",
"(?<!\w)kys": "keep yourself safe",
"kys(?!\w)": "keep yourself safe",
"republican": 'rethuglican',
"america": 'ameriKKKa',
"it's almost as if": "I'm a retard but",
@ -232,16 +232,16 @@ if SITE_NAME == 'rDrama':
"its almost as if": "I'm a retard but",
"its almost like": "I'm a retard but",
"my brother in christ": "my brother in Allah (ﷻ)",
"(?<![a-z])cool (?!it|down|off)": "fetch ",
"(?<!\w)cool (?!it|down|off)": "fetch ",
"krayon(?! \()": "krayon (sister toucher)",
"discord": "groomercord",
"allah(?! \()": "Allah (ﷻ)",
"my wife(?! \()": "my wife (male)",
"(?<!cow) tools(?![a-z])": " cow tools",
"(?<!cow) tools(?!\w)": " cow tools",
"explain": "mansplain",
'nigga': 'neighbor',
'(?<![a-z.])cat(?![a-z])': 'marsey',
'(?<![a-z])cats(?![a-z])': 'marseys',
'(?<![\w.])cat(?!\w)': 'marsey',
'(?<!\w)cats(?!\w)': 'marseys',
'hello': 'hecko',
'ryan gosling': 'literally me',
'howdy': 'meowdy',
@ -287,18 +287,18 @@ for k, val in SLURS.items():
PROFANITIES = {
'motherfucker': 'motherlover',
'fuck': 'frick',
'(?<![a-z])ass(?![a-z])': 'butt',
'(?<!\w)ass(?!\w)': 'butt',
'shitting': 'pooping',
'damn': 'darn',
'bitch(?![a-z])': 'b-word',
'bitch(?!\w)': 'b-word',
'toilet': 'potty',
'(?<![a-z])asshole': 'butthole',
'(?<![a-z])rape': 'r*pe',
'(?<![a-z])hell(?![a-z])': 'heck',
'(?<![a-z])sex(?![a-z])': 's*x',
'(?<![a-z])cum(?![a-z])': 'c*m',
'(?<![a-z])dick': 'peepee',
'cock(?![a-z])': 'peepee',
'(?<!\w)asshole': 'butthole',
'(?<!\w)rape': 'r*pe',
'(?<!\w)hell(?!\w)': 'heck',
'(?<!\w)sex(?!\w)': 's*x',
'(?<!\w)cum(?!\w)': 'c*m',
'(?<!\w)dick': 'peepee',
'cock(?!\w)': 'peepee',
'cocks': 'peepees',
'penis': 'peepee',
'pussy': 'kitty',