static S mechListAppend(S name, S text) { ret botAppendToMechList_uniqCI(name, text); } static S mechListAppend(S name, L lines) { ret botAppendToMechList_uniqCI(name, lines); }