aboutsummaryrefslogtreecommitdiffstats
path: root/core/modulemanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-09-30 11:06:02 +0100
committerMatthew Wild <mwild1@gmail.com>2009-09-30 11:06:02 +0100
commit3525d3e37048d7fe2444347439d81d1484f0ad1a (patch)
tree611e12d618886f72c74ec6081cc4f3f236319ee4 /core/modulemanager.lua
parentba09a2a2b6a57e733261d98bff261f6f7718084b (diff)
parent271afa36733db02b9cace7261a16b8243505bf33 (diff)
downloadprosody-3525d3e37048d7fe2444347439d81d1484f0ad1a.tar.gz
prosody-3525d3e37048d7fe2444347439d81d1484f0ad1a.zip
Merge with 0.5
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 6bc8e285..9b5acffa 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -91,6 +91,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)