diff --git a/plugins/Owner/plugin.py b/plugins/Owner/plugin.py index 15fa098b3..4c6f2ce16 100644 --- a/plugins/Owner/plugin.py +++ b/plugins/Owner/plugin.py @@ -461,6 +461,8 @@ class Owner(callbacks.Plugin): module = plugin.loadPluginModule(name) if hasattr(module, 'reload') and 'x' in locals(): module.reload(x) + if hasattr(module, 'config'): + reload(module.config) for callback in callbacks: callback.die() del callback