Merge pull request #1371 from slingamn/issue1370_mutes

fix #1370
This commit is contained in:
Shivaram Lingamneni 2020-11-01 15:43:18 -08:00 committed by GitHub
commit 8bb867d3dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1256,7 +1256,7 @@ func (channel *Channel) isMuted(client *Client) bool {
if muteRe == nil {
return false
}
nuh := client.NickMaskString()
nuh := client.NickMaskCasefolded()
return muteRe.MatchString(nuh) && !channel.lists[modes.ExceptMask].MatchMute(nuh)
}

@ -1 +1 @@
Subproject commit d48cbc4287348d25eb70cce4c9bb94eb51d938b3
Subproject commit 512b4bd74d685aa7ff978668d2c6a124416cebd2