forked from MarseyWorld/MarseyWorld
lock stealth on /h/chudrama and /h/the_donald
parent
b6dd28810f
commit
db08f718df
|
@ -744,7 +744,7 @@ def hole_unpin(v, pid):
|
|||
@auth_required
|
||||
def hole_stealth(v, 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)
|
||||
if not v.mods_hole(hole.name): stop(403)
|
||||
|
||||
|
|
Loading…
Reference in New Issue