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