From b1e125456481e8179c2fa443092e08b8709fe305 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 4 Sep 2010 11:49:18 -0500 Subject: [PATCH] reloading MegaHAL.py seems broken somehow, so just avoid doing it --- modules/MegaHAL.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/MegaHAL.py b/modules/MegaHAL.py index cd0ba86..8c8bc37 100644 --- a/modules/MegaHAL.py +++ b/modules/MegaHAL.py @@ -44,6 +44,9 @@ class MegaHAL(Module): self.megahal = megahal.MegaHAL() + def reload(self, connection, event, nick, userhost, replypath, what, admin_unlocked): + """Broken. Don't do anything.""" + def on_pubmsg(self, connection, event): """ Handle pubmsg events. Does some variable setup and initial sanity checking before