sclass LocalMechLists extends VirtualMechLists { S mL_raw(S listName) { ret localMechList_opt_raw_fresh(listName); } void append(S listName, S text) { botAppendToMechList(listName, text); } void setText(S listName, S text) { botEditMechList(listName, text); } }