Changeset

1941:3f765fde5149

componentmanager: Remove FIXME
author Matthew Wild <mwild1@gmail.com>
date Fri, 09 Oct 2009 00:19:46 +0100
parents 1940:85d51cea2c4c
children 1942:f74c267f7e1b
files core/componentmanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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];