Additional debugging in sinks
This commit is contained in:
parent
8093835857
commit
ba0b7e03fa
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue