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