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