scope botAppendToMechList_combining. static SS #untransmitted = synchroMap(); svoid botAppendToMechList_combining(S name, S text) { S s = untransmitted.get(name); ret postPageSilentlyWithTimeout(mechListHttpTimeout(), "http://butter.botcompany.de:8080/mech/raw/bot-list-append", arrayPlus(muricaCredentials(), +name, +text)); } end scope