Warning: session_start(): open(/var/lib/php/sessions/sess_n7fqde7slndkfdbdiv2f93elgh, 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 sendToBotQuietly(int port, S text, O... args) { ret sendToBotQuietly(String.valueOf(port), text, args); } static S sendToBotQuietly(S bot, S text, O... args) { text = format3(text, args); temp DialogIO channel = findBot(bot); if (channel == null) fail(quote(bot) + " not found"); try { channel.readLine(); channel.sendLine(text); return channel.readLine(); } catch (Throwable e) { e.printStackTrace(); return null; } }