restructured IRC engine (this does not work yet)
This commit is contained in:
parent
1cc38cb139
commit
7c399db0ea
6 changed files with 189 additions and 111 deletions
|
@ -48,6 +48,7 @@ class Config(dict):
|
|||
recursive=False
|
||||
)
|
||||
self.observer.start()
|
||||
self.logger.debug("Config reloader started.")
|
||||
|
||||
|
||||
class ConfigReloader(Trick):
|
||||
|
|
Reference in a new issue