Warning: session_start(): open(/var/lib/php/sessions/sess_6sm3hdjjhohrf4m92ut3d3deb3, 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
!747
!pcall {
m {
static S myName = "Echo Bot";
static int delay = 5000;
p {
while (true) {
pcall { // make sure we stay runnning if connection fails or error
for (ChatLine l : suckWebChat(myName)) {
if (l.isBot) continue;
sayInWebChat(myName, "Yeah right... " + l.text);
}
}
sleep(delay);
}
}
}