diff options
Diffstat (limited to 'core/componentmanager.lua')
-rw-r--r-- | core/componentmanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua index c6ca4553..30ffd8a8 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -100,7 +100,6 @@ function register_component(host, component, session) if not(host:find("@", 1, true) or host:find("/", 1, true)) and host:find(".", 1, true) then disco_items:set(host:sub(host:find(".", 1, true)+1), host, true); end - -- FIXME only load for a.b.c if b.c has dialback, and/or check in config modulemanager.load(host, "dialback"); log("debug", "component added: "..host); return session or hosts[host]; |