static S mechList_opt_raw_fresh(S name) { if (useLocalMechLists()) ret unnull(loadTextFile(localMechListFile(name))); ret serverMechList_raw_fresh(name, true); }