Warning: session_start(): open(/var/lib/php/sessions/sess_gt014g1cs2un6bpqf0vtlajptp, 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
// returns bot class if it is started here, null otherwise
static Class startBotHere(S botName, S botID) ctex {
DialogIO bot = newFindBot(botName);
if (bot != null) {
bot.close();
null;
} else {
print("Bot " + quote(botName) + " not found. Starting " + botID);
ret runSubBot(botID);
}
}