static S subBot_myWebSocketURI() { int port = subBot_currentPort(); ret (subBot_isHttps() ? "wss://" : "ws://") + domain() + (port == 80 ? "" : ":" + port) + "/" + parsedProgramID(); }