allow tempbanned to see chudrama

master
Aevann 2024-08-28 15:16:45 +03:00
parent 77f9fe042e
commit a086d96a9b
1 changed files with 1 additions and 0 deletions

View File

@ -1277,6 +1277,7 @@ class User(Base):
if self.truescore >= TRUESCORE_MINIMUM: return True
if self.chud: return True
if self.unban_utc: return True
if self.patron: return True
if SITE == 'rdrama.net' and self.id == 5237: return True