static long postToStefansChat_user_lastPost = -60000; static bool postToStefansChat_user_printStackTrace; static bool postToStefansChat_user(S text) { if (empty(text)) false; if (postToStefansChat_user_printStackTrace) printStackTrace(); text = shorten(text, stefansChat_messageLimit()); print("CHAT>> " + text); bool ok = eq("OK", loadPage("https://botcompany.de/" + psI(#1008998) + "/raw/msg" + htmlQuery(message := text, _pass := muricaPassword()))); postToStefansChat_user_lastPost = sysNow(); ret ok; }