Remove notices from the hilight function.
This commit is contained in:
parent
172904ed03
commit
4cf39baa32
2
sound.pl
2
sound.pl
@ -63,7 +63,7 @@ sub hilight {
|
||||
my $server = $dest->{server};
|
||||
my $window = Irssi::active_server();
|
||||
if (!($server &&
|
||||
$dest->{level} & (MSGLEVEL_HILIGHT | MSGLEVEL_NOTICES) &&
|
||||
$dest->{level} & (MSGLEVEL_HILIGHT) &&
|
||||
$server->ischannel($dest->{target}) &&
|
||||
$window->{refnum} != $dest->{window}->{refnum})) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user