lock stealth on /h/chudrama and /h/the_donald

master
Aevann 2024-11-15 16:36:18 +02:00
parent b6dd28810f
commit db08f718df
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ def hole_unpin(v, pid):
@auth_required @auth_required
def hole_stealth(v, hole): def hole_stealth(v, hole):
hole = get_hole(hole) hole = get_hole(hole)
if hole.name in {'mnn','glory','racist'} and v.admin_level < PERMS["MODS_EVERY_HOLE"]: if hole.name in {'glory','racist','chudrama','the_donald'} and v.admin_level < PERMS["MODS_EVERY_HOLE"]:
stop(403) stop(403)
if not v.mods_hole(hole.name): stop(403) if not v.mods_hole(hole.name): stop(403)