From 15165e32b5189b85eb0143514b4f38595ddb6184 Mon Sep 17 00:00:00 2001 From: jticket1024 Date: Wed, 9 Jan 2019 19:41:39 +0000 Subject: [PATCH] Again trying to fix hilight --- sound.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound.pl b/sound.pl index c80c514..e5928b2 100755 --- a/sound.pl +++ b/sound.pl @@ -242,7 +242,6 @@ my $window = Irssi::active_server(); $window->{refnum} != $dest->{window}->{refnum})) { return; } - } if (my $hilightcmd = Irssi::settings_get_str("hilight_sound_command")) { if ($flood_protect) { my $sound_flood = Irssi::settings_get_int('sound_flood'); @@ -254,6 +253,7 @@ $window->{refnum} != $dest->{window}->{refnum})) { } } } +} #add settings and defaults Irssi::settings_add_bool("lookandfeel", "sounds", 1);