forked from External/ergo
fix #1370
This commit is contained in:
parent
40118d1533
commit
dac43e6e76
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue