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