3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-12 13:12:36 +01:00

utils: style points! WOOOO

This commit is contained in:
Ken Spencer 2016-11-19 01:38:38 -05:00 committed by James Lu
parent 289ab78052
commit a1bbb4fdb9

View File

@ -294,6 +294,7 @@ class ServiceBot():
return return
irc.reply(text, notice=notice, source=servuid, private=private) irc.reply(text, notice=notice, source=servuid, private=private)
def error(self, irc, text, notice=False, private=False): def error(self, irc, text, notice=False, private=False):
"""Replies with an error, as the service in question.""" """Replies with an error, as the service in question."""
servuid = self.uids.get(irc.name) servuid = self.uids.get(irc.name)