change 2 profanity filters

master
Aevann 2023-08-30 11:49:31 +03:00
parent 1afb393f98
commit eea89a4e28
1 changed files with 2 additions and 2 deletions

View File

@ -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',