diff --git a/files/routes/admin.py b/files/routes/admin.py index 5fea0f9ac..fab1058b7 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -851,7 +851,7 @@ def ban_user(user_id, v): user.ban(admin=v, reason=reason, days=days) - if request.values.get("alts", ""): + if request.values.get("alts"): for x in user.alts: if x.admin_level > 0: break user.ban(admin=v, reason=reason, days=days) @@ -910,13 +910,12 @@ def unban_user(user_id, v): user.ban_reason = None g.db.add(user) - if request.values.get("alts", ""): + if request.values.get("alts"): for x in user.alts: - if x.admin_level == 0: - x.is_banned = 0 - x.unban_utc = 0 - x.ban_evade = 0 - g.db.add(x) + x.is_banned = 0 + x.unban_utc = 0 + x.ban_evade = 0 + g.db.add(x) send_repeatable_notification(user.id, "Your account has been reinstated. Please carefully review and abide by the [rules](/post/2510) to ensure that you don't get suspended again.") diff --git a/snappy_Drama.txt b/snappy_Drama.txt index f5cdeab99..3bfc0bee6 100644 --- a/snappy_Drama.txt +++ b/snappy_Drama.txt @@ -2794,4 +2794,6 @@ VR, for those who are piling on without actually using it, are probably unaware 8===D {[para]} One time, there was guy directly behind me an my nephews, and he was talking to his kid the whole time. Turned around and told him to STFU it is rude. The guy started giving me shit, saying how he was going to beat the shit out of me after the movie. As the movie ended, I stood up and turned around to see what he was going to do. He and his kid bolted out right away and all I saw was a glimpse of him as he walked quickly out of there. Anyways, I never see a problem with confronting people. You should say something to those people. And if they don't shut up, just grab the baby out of their hands and throw the kid as hard as you can against the screen and start shouting over and over, "See what you made me do!!??" That'll teach them. +{[para]} +First {[para]} \ No newline at end of file