!7 static long timeout = 60000; static int interval = 100; sS listName = "Katze | Things the phone should say"; html { if (!webAuthed(params)) { sleep(timeout); ret ""; } ret serveLongPoll(timeout, func { O mechLists = getBot(#1013927); S things = fullTrim((S) callOpt(mechLists, 'export_getListText, listName)); if (empty(things)) null; call(mechLists, 'export_setListText, listName, ""); ret things; }); }