From f9e6efd3855849903ae25d34c57754b241c02fe5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 14 Jun 2022 21:38:56 +0100 Subject: [PATCH] Extra no reply strings --- utils.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/utils.py b/utils.py index 88c1f4665..b56ef86b6 100644 --- a/utils.py +++ b/utils.py @@ -3728,7 +3728,11 @@ def disallow_announce(content: str) -> bool: 'dont_announce', 'dont_boost', 'do not boost', - "don't boost" + "don't boost", + 'boost_denied', + 'boosts_denied', + 'BoostDenied', + 'BoostsDenied' ) for diss in disallow_strings: if diss in content: @@ -3748,7 +3752,8 @@ def disallow_reply(content: str) -> bool: ':replies_no:', 'dont_at_me', 'do not reply', - "don't reply" + "don't reply", + 'DontAtMe' ) for diss in disallow_strings: if diss in content: