static S addToMechList(S name, S text) { ret botAppendToMechList_uniqCI(name, text); } static S addToMechList(S name, Collection lines) { ret addToMechList(name, lines(lines)); }