sO subBot_serveRedirect(S url) { ret call(getMainBot(), 'serveRedirect, url); } sO subBot_serveRedirect(S url, S contentType) { ret call(getMainBot(), 'serveRedirect, url, contentType); }