duh, actually call register_handlers after doing a module reload
This commit is contained in:
parent
7a9b68f2c4
commit
0db4dbb518
@ -194,6 +194,7 @@ class Module(object):
|
|||||||
|
|
||||||
# create new object, like how we did initially
|
# create new object, like how we did initially
|
||||||
obj(self.config, self.server, self.modlist)
|
obj(self.config, self.server, self.modlist)
|
||||||
|
self.register_handlers(self.server)
|
||||||
|
|
||||||
def reply(self, connection, replypath, replystr):
|
def reply(self, connection, replypath, replystr):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user