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