module reloading appears to be broken. disabling for now.

This commit is contained in:
Brian S. Stephan 2010-09-08 20:06:20 -05:00
parent f5caeb3833
commit a7f0070a39
1 changed files with 3 additions and 2 deletions

View File

@ -136,8 +136,9 @@ class Module(object):
if replypath is not None and skip_recursion_scan is False:
what = self.try_recursion(connection, event, nick, userhost, replypath, what, admin_unlocked)
# try reloading
self.reload(connection, event, nick, userhost, replypath, what, admin_unlocked)
# broken because ???
## try reloading
#self.reload(connection, event, nick, userhost, replypath, what, admin_unlocked)
self.do(connection, event, nick, userhost, replypath, what, admin_unlocked)