From 0a21411ee81086a0c849cec285c56243b6b233ed Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 11 Nov 2022 11:41:07 +0200 Subject: [PATCH] make "cocky" not get switched to "peepeey" --- files/helpers/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index b9be50008..5d3d4b72a 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -155,7 +155,8 @@ PROFANITIES = { ' cum ': ' c*m ', 'orgasm': 'sexual climax', 'dick': 'peepee', - 'cock': 'peepee', + 'cock ': 'peepee ', + 'cocks': 'peepees', 'penis': 'peepee', 'pussy': 'girl peepee', 'vagina': 'girl peepee',