static S getSnippetTitle_overBot(S snippetID) { startBot("Snippet Title Bot", "#1001747"); // Use local version //S s = sendToLocalBot(getVMPort() + "/Snippet Title Bot", "what is the title of snippet *", snippetID); // Use bot VM version S s = sendToLocalBot_cached("Snippet Title Bot", "what is the title of snippet *", snippetID); new Matches m; if (match("The title of snippet * is *.", s, m)) ret m.unq(1); throw fail("Bot said: " + s); }