]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
c&p oopsie
authorAilin Nemui <redacted>
Tue, 25 Sep 2018 11:30:29 +0000 (13:30 +0200)
committerAilin Nemui <redacted>
Tue, 25 Sep 2018 11:30:29 +0000 (13:30 +0200)
scripts/adv_windowlist.pl

index 9a8fb5c503b8897d628a90ab6d9c7c7dc240b081..8739b7579d43d3192ead1bb3006ac470af453d16 100644 (file)
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.6'; # 8f71fef5a41b370
+our $VERSION = '1.6'; # e8cba38389fa426
 our %IRSSI = (
     authors     => 'Nei',
     contact     => 'Nei @ anti@conference.jabber.teamidiot.de',
@@ -1548,7 +1548,6 @@ sub unhide_window {
     my $active = as_uni($win->get_active_name) // '';
     my $tag = $win->{active} && $win->{active}{server} ? as_uni($win->{active}{server}{tag}) // '' : '';
 
-    my @setting;
     my %detach_aht;
     if ($S{detach_aht}) {
        %detach_aht = (map { ( lc1459(as_uni($_)) => undef ) }
git clone https://git.99rst.org/PROJECT