Warning: session_start(): open(/var/lib/php/sessions/sess_u2iuh57o3husf0kaiqd9vi20ql, 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 ai_spec_answerOnChat(S s) { lock ai_activeSpecLock(); if (ai_hasTriple(s, "should be", "answered in the chat")) { L answers = ai_texts("$X", "answers", s); if (nempty(answers)) { ai_invalidateTriple(s, "should be", "answered in the chat"); postToStefansChat(s + "\n=> " + joinWithComma(answers)); ai_postTriple(s, "was", "answered in the chat"); } } }