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

static S appendToMechList(S name, L<S> lines) {
  ret botAppendToMechList_uniqCI(name, lines);
}