Warning: session_start(): open(/var/lib/php/sessions/sess_j0dj86l39ch5rfaukq6gi1q712, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static long postToStefansChat_lastPost = -60000;
static bool postToStefansChat_printStackTrace;
static bool postToStefansChat(S text) {
if (empty(text)) false;
if (postToStefansChat_printStackTrace) printStackTrace();
text = shorten(text, stefansChat_messageLimit());
print("CHAT>> " + text);
bool ok = eq("OK", loadPage("http://botcompany.de/" + psI(#1008998) + "/raw/msg?botmark=1&message=" + urlencode(text)));
postToStefansChat_lastPost = sysNow();
ret ok;
}