forked from MarseyWorld/MarseyWorld
change 2 profanity filters
parent
1afb393f98
commit
eea89a4e28
|
@ -293,9 +293,9 @@ PROFANITIES = {
|
|||
'bitch(?![a-z])': 'b-word',
|
||||
'toilet': 'potty',
|
||||
'(?<![a-z])asshole': 'butthole',
|
||||
'(?<![a-z])rape': 'r*pe',
|
||||
'(?<![a-z])rape': 'consent accident',
|
||||
'(?<![a-z])hell(?![a-z])': 'heck',
|
||||
'(?<![a-z])sex(?![a-z])': 'intercourse',
|
||||
'(?<![a-z])sex(?![a-z])': 's*x',
|
||||
'(?<![a-z])cum(?![a-z])': 'c*m',
|
||||
'(?<![a-z])dick': 'peepee',
|
||||
'cock(?![a-z])': 'peepee',
|
||||
|
|
Loading…
Reference in New Issue