Additional reply indicators

merge-requests/30/head
Bob Mottram 2022-06-03 10:28:34 +01:00
parent ec31deb739
commit 06a59264df
1 changed files with 6 additions and 2 deletions

View File

@ -3696,7 +3696,9 @@ def disallow_announce(content: str) -> bool:
':boosts_no:',
'dont_repeat',
'dont_announce',
'dont_boost'
'dont_boost',
'do not boost',
"don't boost"
)
for diss in disallow_strings:
if diss in content:
@ -3714,7 +3716,9 @@ def disallow_reply(content: str) -> bool:
':no_reply:',
':no_replies:',
':replies_no:',
'dont_at_me'
'dont_at_me',
'do not reply',
"don't reply"
)
for diss in disallow_strings:
if diss in content: