Warning: session_start(): open(/var/lib/php/sessions/sess_80jdkhhc3p52ud5hlo0msheb37, 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 postToSmartBotsChat_lastPost = -60000;
static bool postToSmartBotsChat_printStackTrace;
static new ThreadLocal postToSmartBotsChat_silently;
static bool postToSmartBotsChat(S text) {
bool silently = optBoolParam(postToSmartBotsChat_silently);
if (empty(text)) false;
if (postToSmartBotsChat_printStackTrace) printStackTrace();
text = shorten(text, stefansChat_messageLimit());
if (!silently) print("CHAT>> " + text);
S url = "http://ai1.space/" + psI(#1011975) + "/raw/msg?botmark=1&message=" + urlencode(text);
bool ok = eq("OK", silently ? loadPageSilently(url) : loadPage(url));
postToSmartBotsChat_lastPost = sysNow();
ret ok;
}