fix cocktail slur filter

pull/173/head
Aevann 2023-07-24 13:04:40 +03:00
parent d35a5e44aa
commit c2f8baae99
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ PROFANITIES = {
'(?<![a-z])cum(?![a-z])': 'c*m',
'orgasm': 'sexual climax',
'(?<![a-z])dick': 'peepee',
'cock': 'peepee',
'cock(?![a-z])': 'peepee',
'cocks': 'peepees',
'penis': 'peepee',
'pussy': 'girl peepee',