mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
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 {
|
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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue