diff --git a/irc/channel.go b/irc/channel.go index 59a80a04..d444de74 100644 --- a/irc/channel.go +++ b/irc/channel.go @@ -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) } diff --git a/irctest b/irctest index d48cbc42..512b4bd7 160000 --- a/irctest +++ b/irctest @@ -1 +1 @@ -Subproject commit d48cbc4287348d25eb70cce4c9bb94eb51d938b3 +Subproject commit 512b4bd74d685aa7ff978668d2c6a124416cebd2