Need a on_unload() or similar function for clean-up tasks on disabled plugins
Opened this issue · 0 comments
edouardpoitras commented
Similar to on_load() but for disabled plugins.
Have to figure out how to determine whether or not a plugin was disabled - and how to run it's on_unload() without importing the module.