mirror of https://gitlab.com/bashrc2/epicyon
An extra noreply convention
parent
1524e504a6
commit
42e91618dd
3
utils.py
3
utils.py
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue