use the right signature for Module.reload()

This commit is contained in:
Brian S. Stephan 2010-12-24 13:18:23 -06:00
parent 377d2145fa
commit 41a5c43284
1 changed files with 1 additions and 1 deletions

View File

@ -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.