diff options
Diffstat (limited to 'scripts/find.pl')
| -rw-r--r-- | scripts/find.pl | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scripts/find.pl b/scripts/find.pl index 0b9a77f..507975e 100644 --- a/scripts/find.pl +++ b/scripts/find.pl @@ -1,6 +1,7 @@  # /FIND - display people who are in more than one channel with you  # (it's ugly code) +use strict;  use Irssi;  use vars qw($VERSION %IRSSI); | 
