!7 html { if (eq(uri, "/go")) { O bot = getBot(#1016572); if (bot == null) ret "No bot"; temp tempSetOpt(bot, debug := true); sleepSeconds(1); ret "Done"; } ret "Type go"; }