3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-25 04:02:45 +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
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)