diff --git a/upstream.go b/upstream.go index aaa3d1f..41e5ab8 100644 --- a/upstream.go +++ b/upstream.go @@ -365,6 +365,7 @@ func (uc *upstreamConn) handleMessage(msg *irc.Message) error { if label == "" { label = msgBatch.Label } + delete(msg.Tags, "batch") } var downstreamID uint64 = 0