From 42e91618ddba54804fd5d623c96a02cc98e9af7f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 3 Apr 2024 10:36:29 +0100 Subject: [PATCH] An extra noreply convention --- utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 911fcbf25..aa2b9f2de 100644 --- a/utils.py +++ b/utils.py @@ -4525,7 +4525,8 @@ def disallow_reply(content: str) -> bool: "don't reply", "don't @ me", 'dont@me', - 'dontatme' + 'dontatme', + 'noresponses' ) content_lower = content.lower() for diss in disallow_strings: