diff --git a/files/routes/holes.py b/files/routes/holes.py index a99158d87..9a8b505db 100644 --- a/files/routes/holes.py +++ b/files/routes/holes.py @@ -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)