# HG changeset patch # User Matthew Wild # Date 1255043986 -3600 # Node ID 3f765fde5149cb66b19b16ad8104557411bbab72 # Parent 85d51cea2c4c2ef42f392e35bb82ac652cd60fcd componentmanager: Remove FIXME diff -r 85d51cea2c4c -r 3f765fde5149 core/componentmanager.lua --- a/core/componentmanager.lua Fri Oct 09 00:15:39 2009 +0100 +++ b/core/componentmanager.lua Fri Oct 09 00:19:46 2009 +0100 @@ -100,7 +100,6 @@ 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];