@@ -60,7 +60,7 @@ func Connect(addr string) (*ServerConn, error) {
features: make(map[string]string),
}
_, _, err = c.conn.ReadCodeLine(StatusReady)
_, _, err = c.conn.ReadResponse(StatusReady)
if err != nil {
c.Quit()
return nil, err
The note is not visible to the blocked user.