static S botAppendToMechList_uniqCI(S name, S text) { ret botAppendToMechList_mode(name, text, 'uniqCI); } static S botAppendToMechList_uniqCI(S name, Collection lines) { ret botAppendToMechList_mode(name, lines, 'uniqCI); }