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 {
swing {
setConsoleWidth(800);
setConsoleHeight(600);
centerConsole();
consoleFont(sansSerif(40));
wordWrapConsole();
consoleMaxChars(1000);
}
S last = "";
L possiblePhones = empBlast();
if (empty(possiblePhones)) { print("No activated phone found!"); ret; }
S phoneIP = first(possiblePhones);
print("Using phone: " + phoneIP);
repeat with sleep 1 {
S s = sendToPublicCommBotSilently(phoneIP, 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);
}
}