Try to fix hilight not being reported.

This commit is contained in:
Storm Dragon 2019-01-09 14:03:49 -05:00
parent faeb9da561
commit fa03abb94e

View File

@ -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;