mention how Module.save() and Module.shutdown() are related
This commit is contained in:
parent
faf37447cf
commit
f2668c3851
@ -87,7 +87,8 @@ class Module(object):
|
||||
def shutdown(self):
|
||||
"""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):
|
||||
|
Loading…
Reference in New Issue
Block a user