Remove vestigial user ID special cases.

This commit is contained in:
TLSM 2022-11-06 17:17:23 -05:00
parent a9b26caea2
commit fac6d492dc
No known key found for this signature in database
GPG key ID: E745A82778055C7E
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: