remove MegaHAL's nullifying of reload() since it's obsolete.

note that the new module appears to support unload properly via shutdown()
Šī revīzija ir iekļauta:
Brian S. Stephan 2011-01-06 19:58:58 -06:00
vecāks ea0fd9d509
revīzija 5913e0b183

Parādīt failu

@ -49,16 +49,6 @@ class MegaHAL(Module):
""" """
mh_python.cleanup() mh_python.cleanup()
def reload(self):
"""
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.)
Is this still the case with the new MegaHAL library?
"""
def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked): def do(self, connection, event, nick, userhost, replypath, what, admin_unlocked):
""" """
Say something on IRC if the bot is being addressed, or at least learn what Say something on IRC if the bot is being addressed, or at least learn what