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
2 changed files with 2 additions and 2 deletions
+1 -1
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
Submodule irctest updated: d48cbc4287...512b4bd74d