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