diff --git a/files/routes/holes.py b/files/routes/holes.py index 55b253070..7bb15ef20 100644 --- a/files/routes/holes.py +++ b/files/routes/holes.py @@ -1020,9 +1020,6 @@ def post_hole_snappy_quotes(v, hole): @limiter.limit(DEFAULT_RATELIMIT, deduct_when=lambda response: response.status_code < 400, key_func=get_ID) @auth_required def change_hole(pid, v): - if SITE == 'rdrama.net' and v.id in {10947, 4358, 18286}: - abort(403, "You're not allowed to change the hole of your posts!") - post = get_post(pid) if post.ghost: diff --git a/files/routes/posts.py b/files/routes/posts.py index 270cd064b..ddf02dae1 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -484,9 +484,6 @@ def submit_post(v, hole=None): if SITE == 'rdrama.net' and (v.chud == 1 or v.id == 253): hole = 'chudrama' - if SITE == 'rdrama.net' and v.id in {4358,18286}: - hole = 'slavshit' - if SITE == 'rdrama.net' and v.id == 10947: hole = 'mnn'