!759 // Options for smaller heap //static S vmArgs = "-XX:MaxHeapFreeRatio=20 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC"; // Normal options for desktops static S vmArgs = ""; // Prolog static L seedBots = litlist("#1002841", "#1002762"); !include #1002578 // Eleu Core p { Android3 android = new Android3("Eleu 4 Desktop"); android.responder = new Responder() { public S answer(S s, L history) { s = dropPrefix("!", s.trim()).trim(); attn.set(true); dedicated.set(true); userName.set("stefanreich"); // for authing //webAuthed.set(true); S answer = callStaticAnswerMethod(mc(), s); //print("> " + s + " > " + answer); ret or(answer, "?"); } }; makeBot(android); becomeBotVMIfFirst(); // put helper bots in this VM coreInit(); for (S id : seedBots) call(getDispatcher(), "addSeedBot", id); print(); print("Ready for ya!"); print(); }