restructured IRC engine (this does not work yet)

This commit is contained in:
Luke Rogers 2013-10-02 16:08:17 +13:00
parent 1cc38cb139
commit 7c399db0ea
6 changed files with 189 additions and 111 deletions

View file

@ -48,6 +48,7 @@ class Config(dict):
recursive=False
)
self.observer.start()
self.logger.debug("Config reloader started.")
class ConfigReloader(Trick):