From a1bbb4fdb944f7ded18608bc2a224ebeb9973078 Mon Sep 17 00:00:00 2001 From: Ken Spencer Date: Sat, 19 Nov 2016 01:38:38 -0500 Subject: [PATCH] utils: style points! WOOOO --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index 4417a6b..97cb4f3 100644 --- a/utils.py +++ b/utils.py @@ -294,6 +294,7 @@ class ServiceBot(): return irc.reply(text, notice=notice, source=servuid, private=private) + def error(self, irc, text, notice=False, private=False): """Replies with an error, as the service in question.""" servuid = self.uids.get(irc.name)