aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2009-10-02 17:14:54 +0500
committerWaqas Hussain <waqas20@gmail.com>2009-10-02 17:14:54 +0500
commit727cc275bba229332912af42fe0e55524d73efdb (patch)
tree1698593f49c403ff2d25ee9c6bc7a78be9de44c2 /core/modulemanager.lua
parent498421b3bac3f259cc2a7b65cea6f7601a974d88 (diff)
parent271afa36733db02b9cace7261a16b8243505bf33 (diff)
downloadprosody-727cc275bba229332912af42fe0e55524d73efdb.tar.gz
prosody-727cc275bba229332912af42fe0e55524d73efdb.zip
Merge
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r--core/modulemanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 250551ed..a1ed8981 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -96,6 +96,7 @@ function load_modules_for_host(host)
end
end
eventmanager.add_event_hook("host-activated", load_modules_for_host);
+eventmanager.add_event_hook("component-activated", load_modules_for_host);
--
function load(host, module_name, config)