static O subBot_serve404() { ret call(getMainBot(), 'serve404); } static O subBot_serve404(S msg) { ret call(getMainBot(), 'serve404, msg); }