readjust THOT pins

pull/173/head
Aevann 2023-07-25 15:27:10 +03:00
parent 9a7b08ebac
commit 4710ba4467
1 changed files with 5 additions and 1 deletions

View File

@ -724,11 +724,15 @@ def submit_post(v:User, sub=None):
execute_lawlz_actions(v, p)
if (SITE == 'rdrama.net'
and v.id in {TGTW_ID, SNALLY_ID, 7465}
and v.id in {TGTW_ID, SNALLY_ID}
and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit' and not p.ghost:
p.stickied_utc = int(time.time()) + 28800
p.stickied = "AutoJanny"
if SITE == 'rdrama.net' and v.id == 7465 and "women's world cup" in p.title.lower():
p.stickied_utc = int(time.time()) + 28800
p.stickied = "AutoJanny"
cache.delete_memoized(frontlist)
cache.delete_memoized(userpagelisting)