!7 static O html(S uri, SS params) { S q = params.get("q"); S answer = askSelf(q); new Matches m; answer = trim(answer); if (swic(answer, "lookie here:")) ret call(getMainBot(), "serveRedirect", dropPrefixICTrim("lookie here:", answer)); ret call(getMainBot(), "serve404"); }