duh, actually call register_handlers after doing a module reload

This commit is contained in:
Brian S. Stephan 2010-12-15 20:55:04 -06:00
parent 7a9b68f2c4
commit 0db4dbb518
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ class Module(object):
# create new object, like how we did initially
obj(self.config, self.server, self.modlist)
self.register_handlers(self.server)
def reply(self, connection, replypath, replystr):
"""