String connectID = elements[i].getAttribute(CONNECT_ID_ATT);
String password = elements[i].getAttribute(PASSWORD_ATT);
List c = (List) imbotcommands.get(id);
if (c == null)
c = new ArrayList();
IIMBotEntry bot = new IMBotEntry(id, name,
containerFactoryName, connectID, password, c);
imbots.put(id, bot);
}
}