use the right signature for Module.reload()
This commit is contained in:
parent
377d2145fa
commit
41a5c43284
|
@ -47,7 +47,7 @@ class MegaHAL(Module):
|
|||
"""
|
||||
self.megahal.close()
|
||||
|
||||
def reload(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
|
||||
def reload(self):
|
||||
"""
|
||||
Broken. Don't do anything.
|
||||
|
||||
|
|
Loading…
Reference in New Issue