From 26fec0f5a05580b58a89aa9561a60daf6dea0997 Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Tue, 17 Jan 2017 13:44:52 -0500 Subject: [PATCH] Make sure fake users always get "sent" the simple messages --- src/users.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/users.py b/src/users.py index 00bb271..075a2b5 100644 --- a/src/users.py +++ b/src/users.py @@ -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: