diff --git a/Module.py b/Module.py index 1168070..4c3cdda 100644 --- a/Module.py +++ b/Module.py @@ -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):