forked from rDrama/rDrama
1
0
Fork 0

check chud phrase in post title too

master
Aevann 2023-03-23 14:52:12 +02:00
parent 4f788cb909
commit 2e6acd4cc5
1 changed files with 1 additions and 0 deletions

View File

@ -626,6 +626,7 @@ def complies_with_chud(obj):
if isinstance(obj, Submission):
if obj.id in ADMIGGER_THREADS: return True
if obj.sub == "chudrama": return True
if obj.author.agendaposter_phrase in obj.title: return True
elif obj.parent_submission:
if obj.parent_submission in ADMIGGER_THREADS: return True
if obj.post.sub == "chudrama": return True