mention how Module.save() and Module.shutdown() are related

This commit is contained in:
Brian S. Stephan 2011-01-08 00:45:42 -06:00
parent faf37447cf
commit f2668c3851

View File

@ -87,7 +87,8 @@ class Module(object):
def shutdown(self): def shutdown(self):
"""Do pre-deletion type cleanup. """Do pre-deletion type cleanup.
Implement this to close databases, write to disk, etc. Implement this to close databases, write to disk, etc. Note that DrBotIRC
will call save() before this, so implement appropriately.
""" """
def remove_metaoptions(self, list): def remove_metaoptions(self, list):