Try to fix hilight not being reported.
This commit is contained in:
parent
faeb9da561
commit
fa03abb94e
2
sound.pl
2
sound.pl
@ -234,7 +234,7 @@ sub hilight {
|
||||
my $server = $dest->{server};
|
||||
my $window = Irssi::active_server();
|
||||
if (!($server &&
|
||||
$dest->{level} & (MSGLEVEL_HILIGHT) &&
|
||||
$dest->{level} && (MSGLEVEL_HILIGHT) &&
|
||||
$server->ischannel($dest->{target}) &&
|
||||
$window->{refnum} != $dest->{window}->{refnum})) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user