An extra noreply convention

main
Bob Mottram 2024-04-03 10:36:29 +01:00
parent 1524e504a6
commit 42e91618dd
1 changed files with 2 additions and 1 deletions

View File

@ -4525,7 +4525,8 @@ def disallow_reply(content: str) -> bool:
"don't reply", "don't reply",
"don't @ me", "don't @ me",
'dont@me', 'dont@me',
'dontatme' 'dontatme',
'noresponses'
) )
content_lower = content.lower() content_lower = content.lower()
for diss in disallow_strings: for diss in disallow_strings: