]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
ls.pl: add separator to the results
authorTomasz Konojacki <redacted>
Sun, 17 Sep 2017 04:13:46 +0000 (06:13 +0200)
committerTomasz Konojacki <redacted>
Sun, 17 Sep 2017 04:56:24 +0000 (06:56 +0200)
scripts/ls.pl

index c38a3da31355feab293912e9d7872e022da286e3..05f4c2a4657d70594d363fe7aee20e22c832451a 100644 (file)
@@ -22,6 +22,8 @@ sub cmd_ls {
                return;
        }
 
+       $channel->print("--- Search results:");
+
        my @nicks = $channel->nicks();
 
        my $re = eval { qr/$data/i };
git clone https://git.99rst.org/PROJECT