Warning: session_start(): open(/var/lib/php/sessions/sess_ie29pb497kucthmvubcq51gq3g, 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
sS myName = "Number 5";
p {
ai_alternativeSmartBot();
handleSmartBotsChat();
}
answer {
if (match("Hello " + myName(), s))
ret "I'm here";
}
svoid handleSmartBotsChat {
smartBotsChat_onLine_lookback = 1;
//smartBotsChat_onLine_onHistoryRead.set(f onHistoryRead);
smartBotsChat_onLine_safe(voidfunc(fS text) {
pcall {
int nr = toInt(mapGet(stefansChat_onLine_fullParams!, "nr"));
print("> [" + nr + "] " + text);
if (nr != 0)
smartBotsChat_n_notify(nr);
}
S a = answer(text);
a = shortenAnswerForChatAndUploadFull(text, a);
postToSmartBotsChat(a);
});
}