From c841ad19668306a797bb70ed15d946590cca2b50 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 9 Oct 2009 00:19:46 +0100 Subject: componentmanager: Remove FIXME --- core/componentmanager.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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]; -- cgit v1.2.3