Warning: session_start(): open(/var/lib/php/sessions/sess_93k1b77hne9nr6prb1766j05gr, 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
static S sendToLocalBotOptQuietly(S bot, S text, O... args) {
if (bot == null) return null;
text = format(text, args);
temp DialogIO channel = findBot(bot);
if (channel == null) null;
try {
channel.readLine();
channel.sendLine(text);
S s = channel.readLine();
return s;
} catch (Throwable e) {
e.printStackTrace();
null;
}
}