static S serverMechList_raw_fresh(S name) { S text = mechList_anyCachedVersion(name); O[] params = muricaCredentialsPlus(md5 := md5OrNull(text)); Map map = jsonDecodeMap(postPageSilently("http://butter.botcompany.de:8080/mech/raw/list-text/" + urlencode(name), params))); if (eq(map.get("Same"), true)) ret text; ret map.get("Text"); }