Warning: session_start(): open(/var/lib/php/sessions/sess_2fotrqjqje3p8gfpllaj9ffnsf, 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_user_lastPost = -60000;
static bool postToSmartBotsChat_user_printStackTrace;
static bool postToSmartBotsChat_user(S text) {
if (empty(text)) false;
if (postToSmartBotsChat_user_printStackTrace) printStackTrace();
text = shorten(text, stefansChat_messageLimit());
print("CHAT>> " + text);
bool ok = eq("OK", loadPage("https://botcompany.de/" + psI(#1011975) + "/raw/msg" + htmlQuery(message := text, _pass := muricaPassword())));
postToSmartBotsChat_user_lastPost = sysNow();
ret ok;
}