Warning: session_start(): open(/var/lib/php/sessions/sess_0o27n908plbvfudlc05pvib44c, 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
static L themap = litlist(
"was", "is",
"went", "go",
"had", "have",
"said", "say",
"did", "do"
);
p {
makeBot("PT");
}
answer {
if (matchStart("topresent", s, m) || matchStart("pt", s, m))
ret pt(m.rest());
}
static S pt(S s) {
ret mapBasedReplace(themap, s);
}