forked from MarseyWorld/MarseyWorld
check chud phrase in post title too
parent
4f788cb909
commit
2e6acd4cc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue