Warning: session_start(): open(/var/lib/php/sessions/sess_gndaqjg0i1pf5o48tes74mkmd2, 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
// Botifier takes a program with an "answer" function and turns it into a bot.
!747
m {
static S botID = "#1001694";
static S botName = "Points Bot.";
p {
L tok = javaTok(loadSnippet(botID));
L main = getMainProgram(tok);
tokAppend(main, "makeAndroid(" + quote(botName) + ");");
createTempProgram(join(tok), botName);
}
// destroys the CNC structure but keeps the length intact
static void tokAppend(L tok, S text) {
tok.set(tok.size()-1, tok.get(tok.size()-1) + text);
}
}