mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
commit
8bb867d3dc
@ -1256,7 +1256,7 @@ func (channel *Channel) isMuted(client *Client) bool {
|
|||||||
if muteRe == nil {
|
if muteRe == nil {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
nuh := client.NickMaskString()
|
nuh := client.NickMaskCasefolded()
|
||||||
return muteRe.MatchString(nuh) && !channel.lists[modes.ExceptMask].MatchMute(nuh)
|
return muteRe.MatchString(nuh) && !channel.lists[modes.ExceptMask].MatchMute(nuh)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
irctest
2
irctest
@ -1 +1 @@
|
|||||||
Subproject commit d48cbc4287348d25eb70cce4c9bb94eb51d938b3
|
Subproject commit 512b4bd74d685aa7ff978668d2c6a124416cebd2
|
Loading…
Reference in New Issue
Block a user