MegaHAL: we don't need to sync the brain in shutdown(), since we sync it in save()
This commit is contained in:
parent
f2668c3851
commit
1e0de47d84
|
@ -53,10 +53,6 @@ class MegaHAL(Module):
|
|||
"""Sync the megahal brain."""
|
||||
mh_python.cleanup()
|
||||
|
||||
def shutdown(self):
|
||||
"""Sync the megahal brain."""
|
||||
mh_python.cleanup()
|
||||
|
||||
def learn_from_irc_event(self, connection, event):
|
||||
"""Learn text when an irc event happens."""
|
||||
what = ''.join(event.arguments()[0])
|
||||
|
|
Loading…
Reference in New Issue