Prevent dylan autojanny overwrite

Autojanny overwrites the 'Dylan' shadowban with an 'Under Siege' shadowban. Rechecking 'if v.shadowbanned: return' will prevent this, I guess.
As usual, please quadruple check my code.
pull/168/head
G-tix 2023-07-09 20:42:55 +00:00
parent 70e1904f8c
commit 09e293bc16
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ def execute_under_siege(v:User, target:Optional[Union[Post, Comment]], body, kin
if SITE == 'watchpeopledie.tv' or True:
execute_dylan(v)
if v.shadowbanned: return
if not get_setting("under_siege"): return
if v.admin_level >= PERMS['SITE_BYPASS_UNDER_SIEGE_MODE']: return