static S botEditMechList(S name, S text) { ret postPageSilently("http://butter.botcompany.de:8080/mech/raw/bot-list-edit", arrayPlus(muricaCredentials(), +name, +text)); } static S botEditMechList(S name, L lines) { ret botEditMechList(name, lines(lines)); }