static S sendToLocalBot_cached(S botName, S s, Object... args) { temp DialogIO io = newFindBot(botName); if (io == null) fail("Bot not found: " + botName); ret io.ask(s, args); }