Fix CHATHISTORY target not being casemapped

This commit is contained in:
Hubert Hirtz 2021-03-26 10:17:48 +01:00 committed by Simon Ser
parent bdd0c7bc06
commit 5014673aae
1 changed files with 1 additions and 0 deletions

View File

@ -1819,6 +1819,7 @@ func (dc *downstreamConn) handleMessageRegistered(msg *irc.Message) error {
if err != nil { if err != nil {
return err return err
} }
entity = uc.network.casemap(entity)
// TODO: support msgid criteria // TODO: support msgid criteria
criteriaParts := strings.SplitN(criteria, "=", 2) criteriaParts := strings.SplitN(criteria, "=", 2)