Prevent dylan autojanny overwrite (#168)

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.

Reviewed-on: #168
Co-authored-by: G-tix <g-tix@noreply.fsdfsd.net>
Co-committed-by: G-tix <g-tix@noreply.fsdfsd.net>
pull/171/head
G-tix 2023-07-09 22:17:35 +00:00 committed by Aevann
parent 70e1904f8c
commit b658ce95d9
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