static S botAppendToMechList_uniq(S name, S text) { ret botAppendToMechList_mode(name, text, 'uniq); } static S botAppendToMechList_uniq(S name, L lines) { ret botAppendToMechList_mode(name, lines, 'uniq); }