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:
parent
289ab78052
commit
a1bbb4fdb9
1
utils.py
1
utils.py
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user