From 4cf39baa32a9156f34fa205faefbdbdd9a70bf7b Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 25 Aug 2016 16:25:50 -0800 Subject: [PATCH] Remove notices from the hilight function. --- sound.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound.pl b/sound.pl index e4517fd..6549385 100755 --- a/sound.pl +++ b/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;