forked from rDrama/rDrama
1
0
Fork 0

remove 1-word->2-word prophanity fillters

master
Aevann 2023-08-28 06:43:33 +03:00
parent a6031f5d0a
commit 00bfb5983b
1 changed files with 0 additions and 7 deletions

View File

@ -297,17 +297,10 @@ PROFANITIES = {
'(?<![a-z])hell(?![a-z])': 'heck',
'(?<![a-z])sex(?![a-z])': 'intercourse',
'(?<![a-z])cum(?![a-z])': 'c*m',
'orgasm': 'sexual climax',
'(?<![a-z])dick': 'peepee',
'cock(?![a-z])': 'peepee',
'cocks': 'peepees',
'penis': 'peepee',
'pussy': 'girl peepee',
'pussies': 'girl peepees',
'vagina(?![a-z])': 'girl peepee',
'vaginas': 'girl peepees',
'cunt': 'girl peepee',
'twat': 'girl peepee',
}
PROFANITIES_FOR_REPLACING = {}