Remove vestigial user ID special cases.

This commit is contained in:
TLSM 2022-11-06 17:17:23 -05:00 committed by Ben Rog-Wilhelm
parent 010c56a35e
commit 9de6f20dea
13 changed files with 11 additions and 94 deletions

View file

@ -261,10 +261,6 @@ def settings_profile_post(v):
if house == "None": house = None
v.house = house
if v.house == "Vampire":
send_repeatable_notification(DAD_ID, f"@{v.username} has joined House Vampire!")
updated = True
if updated: