diff --git a/downstream.go b/downstream.go index cf9da70..1ccad42 100644 --- a/downstream.go +++ b/downstream.go @@ -1819,6 +1819,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error { if err != nil { return err } + entity = uc.network.casemap(entity) // TODO: support msgid criteria criteriaParts := strings.SplitN(criteria, "=", 2)