!7 static new L thoughtBots; p { autoRestart(); bot("Smart Bot."); loadPage_forcedTimeout = 70000; thoughtBots.add(run(#1010753)); thoughtBots.add(run(#1010821)); thoughtBots.add(funcToAnswerMethod(f areYouOnline)); stefansChat_onLine_lookback = 1; stefansChat_onLine_safe(voidfunc(S text) { print("> " + text); S answer = scanMultipleBots(thoughtBots, text); if (nempty(answer)) postToStefansChat(answer); }); runInNewThread(#1010793); } sS areYouOnline(S s) { s = trim(s); if (eqic(s, "!restart")) { restart(); ret "Yo"; } if "Are you online?" ret "Yes"; if (eqic(s, "!question")) ret random_gac36k(); null; }