Warning: session_start(): open(/var/lib/php/sessions/sess_o9ogosgof08i9lafclbd19vhvs, 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
standardBot1 EAMBot {
sync S processSimplifiedLine(S s, O... _) {
try answer super.processSimplifiedLine(s, _);
if ((s = dropMyPrefixOrNull(s)) == null) null;
optPar MessageChannel channel;
if "export" {
MessageHistory history = channel.getHistory();
history.retrievePast(100).queue(msgs -> {
postMsgs(channel, msgs);
history.retrievePast(100).queue(msgs2 ->
postMsgs(channel, msgs2),
onQueueError);
}, onQueueError);
null;
}
null;
}
void postMsgs(MessageChannel channel, L msgs) {
postInChannel(channel, linesLL(
"Got " + nMessages(msgs) + ".",
first(msgs),
"...",
last(msgs)
));
}
}