Warning: session_start(): open(/var/lib/php/sessions/sess_bo9npn6ecq885v1lsulrepcni5, 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
!752
p {
kevin_debug = true;
//kevin("This is Kevin");
makeBot("Kevin.");
print("Type here to make me speak!");
}
ssynchronized S answer(S s) {
print(s);
if (eq(s, "!blip")) blip();
else {
kevin(s);
kevin_wait();
}
ret "OK";
}