static S directClientIP() { O session = call(getMainBot(), "getSession"); Map headers = cast call(session, "getHeaders"); ret (S) headers.get("remote-addr"); }