From: terminaldweller Date: Fri, 2 Feb 2024 00:56:47 +0000 (-0500) Subject: Nei's right. My brain does not work X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c8802b99ceef88142f90d5339aa201390d6e4c9;p=irssi-scripts.irssi.org.git Nei's right. My brain does not work --- diff --git a/scripts/holes.pl b/scripts/holes.pl index 61d823c..ca8857a 100644 --- a/scripts/holes.pl +++ b/scripts/holes.pl @@ -35,9 +35,6 @@ sub holes_sub { $holes = ''; $result = @lines; foreach my $line (@lines) { - if ($result eq "") { - $result = $line - } $result = $result.$sep.$line } $holes= $result;