static S botAppendToMechList_uniqCI(S name, S text) { S result = postPageSilently("http://butter.botcompany.de:8080/mech/raw/bot-list-append", arrayPlus(muricaCredentials(), +name, +text, mode := 'uniqCI)); if (!swic(result, "No change")) mechList_clearCache(name); ret infoBoxAndReturn(name + ": " + result); }