Skip to content

Commit

Permalink
ls.pl: add separator to the results
Browse files Browse the repository at this point in the history
  • Loading branch information
xenu committed Sep 17, 2017
1 parent a7b6c87 commit c699726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ls.pl
Expand Up @@ -22,6 +22,8 @@ sub cmd_ls {
return;
}

$channel->print("--- Search results:");

my @nicks = $channel->nicks();

my $re = eval { qr/$data/i };
Expand Down

0 comments on commit c699726

Please sign in to comment.