static bool webAuthed() { ret eq(Boolean.TRUE, callOpt(getBot("#1002590"), "currentHttpRequestAuthorized")); } static bool webAuthed(SS params) { ret empty(params.get('unauthed)) && (eq(masterPW(), params.get("_pass")) || webAuthed()); }