Warning: session_start(): open(/var/lib/php/sessions/sess_e4bfh4m1l1ne81fhr7c7it5jo4, 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 void ai_activeSpec_answerChatLine(S line) {
ret if ai_textOfChatLine(line) == null;
ret unless is(line, 'recent);
ret if is(line, "answered in the chat");
S a = ai_text("answers", line);
ret if empty(a);
if (swic(line, "smart bot's chat")
? postToSmartBotsChat(response) : postToStefansChat(response))
post(line, "was", "answered in the chat");
}