static S addToMechCISet(S name, S text) {
  ret botAppendToMechList_uniqCI(name, text);
}



static S addToMechCISet(S name, Collection<S> lines) {
  ret botAppendToMechList_uniqCI(name, lines);
}