diff --git a/files/routes/admin.py b/files/routes/admin.py index ea18496465..2319df73e1 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1144,7 +1144,7 @@ def chud(fullname, v): user.chud = 1 duration = "permanently" - user.chud_phrase = request.values.get("chud_phrase").strip() + user.chud_phrase = request.values.get("chud_phrase").strip().lower() text = f"@{v.username} (a site admin) has chudded you **{duration}**" if reason: text += f" for the following reason:\n\n> {reason}"