diff --git a/upstream.go b/upstream.go index e386379..efedbea 100644 --- a/upstream.go +++ b/upstream.go @@ -398,13 +398,6 @@ func (uc *upstreamConn) handleMessage(msg *irc.Message) error { } } - if uc.saslClient == nil { - uc.SendMessage(&irc.Message{ - Command: "CAP", - Params: []string{"END"}, - }) - } - if uc.registered { uc.forEachDownstream(func(dc *downstreamConn) { dc.updateSupportedCaps()