module reloading appears to be broken. disabling for now.
This commit is contained in:
parent
f5caeb3833
commit
a7f0070a39
@ -136,8 +136,9 @@ class Module(object):
|
|||||||
if replypath is not None and skip_recursion_scan is False:
|
if replypath is not None and skip_recursion_scan is False:
|
||||||
what = self.try_recursion(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
what = self.try_recursion(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
||||||
|
|
||||||
# try reloading
|
# broken because ???
|
||||||
self.reload(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
## try reloading
|
||||||
|
#self.reload(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
||||||
|
|
||||||
self.do(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
self.do(connection, event, nick, userhost, replypath, what, admin_unlocked)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user