From d761fc27cdbb1f1448ca9ed22277af53508c1f76 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 7 Jun 2022 11:18:09 +0200 Subject: [PATCH] Revert "Make CARP_ID's flair uneditable by others." This reverts commit c2266985b7cafb8b65af6dee83f8bf1ad3518505. --- files/routes/awards.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index cfb0152607..bd04392e03 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -240,9 +240,7 @@ def award_thing(v, thing_type, id): send_notification(author.id, f"@AutoJanny has given you the following profile badge:\n\n![]({badge.path})\n\n{badge.name}") elif kind == "flairlock": new_name = note[:100].replace("𒐪","") - if CARP_ID > 0 and author.id == CARP_ID: - send_repeatable_notification(v.id, "Carp's title is sacred and inviolable. You just wasted a flairlock!") - elif not new_name and author.flairchanged: + if not new_name and author.flairchanged: author.flairchanged += 86400 else: author.customtitleplain = new_name