diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 1944dc3c6e..d10b8dc369 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -302,6 +302,9 @@ PROFANITIES = { 'cock(?![a-z])': 'peepee', 'cocks': 'peepees', 'penis': 'peepee', + 'pussy': 'kitty', + 'pussies': 'kitties', + 'cunt': 'c*nt', } PROFANITIES_FOR_REPLACING = {}