From 91e19193c848bbc9919f762b0ccca046be99e09f Mon Sep 17 00:00:00 2001 From: carp <80724128+carpathianflorist@users.noreply.github.com> Date: Sun, 13 Nov 2022 17:18:22 -0500 Subject: [PATCH] Conjugations of fuck (#446) fixed --- files/helpers/const.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 24627b6709..de4a8c7ea9 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -147,11 +147,14 @@ if SITE_NAME == 'rDrama': PROFANITIES = { 'motherfucker': 'motherlover', + 'fucker': ['fricker', 'fudger'], + 'fucking': ['fricking', 'fudging', 'freaking'], 'fuck': ['frick', 'fudge', 'freak'], ' ass ': [' butt ', ' backside ', ' bum '], 'shitting': 'pooping', 'lmao': 'lmbo', 'damn': 'darn', + 'bastardized': 'goofed up', 'bastard': 'fatherless child', 'bitch': 'b-word', 'toilet': 'potty',