Warning: session_start(): open(/var/lib/php/sessions/sess_93g7k3ssgcsj4bm6fau7ahb0ni, 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
!7
p {
S last = "";
repeat with sleep 1 {
S s = sendToPublicCommBotSilently("192.168.178.24", forward("Recognizer.", "text"));
s = substring(s, smartIndexOf(s, ":")+1);
S ss = s;
if (startsWith(s, last)) ss = dropPrefixTrim(last, s);
last = s;
if (nempty(ss)) print(ss);
}
}