Make sure fake users always get "sent" the simple messages
This commit is contained in:
parent
ad7e0f11ac
commit
26fec0f5a0
@ -361,6 +361,9 @@ class User(IRCContext):
|
||||
return False
|
||||
|
||||
def prefers_simple(self):
|
||||
if self.is_fake:
|
||||
return True
|
||||
|
||||
temp = self.lower()
|
||||
|
||||
if temp.account in var.SIMPLE_NOTIFY_ACCS:
|
||||
|
Loading…
Reference in New Issue
Block a user