From ea7c4f833a5f1fc12c02bef36c51adff202f314a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 17 May 2022 18:53:44 +0200 Subject: [PATCH] fg --- files/helpers/const.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 28510f29e..affc0673b 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -26,6 +26,15 @@ AJ_REPLACEMENTS = { ' YOUR ': " YOU'RE ", ' TO ': " TOO ", + + 'anybody': 'anypony', + 'everybody': 'everypony', + + 'Anybody': 'Anypony', + 'Everybody': 'Everypony', + + 'ANYBODY': 'ANYPONY', + 'EVERYBODY': 'EVERYPONY', } if SITE_NAME == 'rDrama':