forked from rDrama/rDrama
1
0
Fork 0

progstack me

master
Aevann 2023-05-12 20:31:23 +03:00
parent b69b50f063
commit 8d2eca46e4
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
elif cls == Submission and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in target.url.lower() for i in ENCOURAGED2)):
mul = PROGSTACK_MUL
send_repeatable_notification(AEVANN_ID, target.permalink)
elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {AEVANN_ID, CARP_ID, SCHIZO_ID}):
elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {CARP_ID, SCHIZO_ID}):
mul = 2
elif SITE == 'rdrama.net' and cls == Submission:
if (target.domain.endswith('.win') or 'forum' in target.domain or 'chan' in target.domain