take a stab at commenting how MegaHAL reload is broken, keep it unimplemented for the moment

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

View File

@ -42,7 +42,12 @@ class MegaHAL(Module):
self.megahal = megahal.MegaHAL()
def reload(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
"""Broken. Don't do anything."""
"""
Broken. Don't do anything.
TODO: figure out why this is broken. (probably because nothing closes the old
brain file or deletes the old object, and then all hell breaks loose.)
"""
def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
"""