reloading MegaHAL.py seems broken somehow, so just avoid doing it
This commit is contained in:
parent
a5dbb27622
commit
b1e1254564
@ -44,6 +44,9 @@ class MegaHAL(Module):
|
|||||||
|
|
||||||
self.megahal = megahal.MegaHAL()
|
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):
|
def on_pubmsg(self, connection, event):
|
||||||
"""
|
"""
|
||||||
Handle pubmsg events. Does some variable setup and initial sanity checking before
|
Handle pubmsg events. Does some variable setup and initial sanity checking before
|
||||||
|
Loading…
x
Reference in New Issue
Block a user