Additional debugging in sinks
This commit is contained in:
@@ -22,7 +22,9 @@ class Sinks(util.Base):
|
|||||||
self.currencies = []
|
self.currencies = []
|
||||||
|
|
||||||
def __irc_started__(self):
|
def __irc_started__(self):
|
||||||
|
self.log.debug("IRC hook called.")
|
||||||
self.startup()
|
self.startup()
|
||||||
|
self.log.debug("Finished initialising subclasses.")
|
||||||
|
|
||||||
def startup(self):
|
def startup(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user