mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 15:23:31 -07:00
+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)
|
||||
}
|
||||
|
||||
|
||||
+1
-1
Submodule irctest updated: d48cbc4287...512b4bd74d
Reference in New Issue
Block a user