Warning: session_start(): open(/var/lib/php/sessions/sess_qce9v4a22jmtutk2lhnhl35nfr, 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
cmodule LaughAboutJokes > DynPrintLogAndEnabled {
long historical, hysterical;
switchable double timeout = 20.0;
start {
ownResource(onActiveOrPassiveSpeechRecognized(s -> {
if (!enabled) ret;
if (cic(s, "histor")) setField(historical := now());
if (cic(s, "hyster")) setField(hysterical := now());
if (recent(historical) && recent(hysterical)) {
infoBox("Hahaha hystorical/hysterical joke");
laugh();
setFields(historical := 0, hysterical := 0);
}
}));
}
}