mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 07:13:31 -07:00
fix #1370
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user