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)