diff options
Diffstat (limited to 'scripts/chanshare.pl')
| -rw-r--r-- | scripts/chanshare.pl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scripts/chanshare.pl b/scripts/chanshare.pl index fcd862d..8d19057 100644 --- a/scripts/chanshare.pl +++ b/scripts/chanshare.pl @@ -30,6 +30,7 @@  #       Supports for limiting searches only to specified ircnets and  #       channels. Some cleanups.. +use strict;  use Irssi;  use vars qw($VERSION %IRSSI);   $VERSION = "0.3"; @@ -40,7 +41,7 @@ $VERSION = "0.3";      description	=> "/CHANSHARE - display people who are in more than one channel with you",      license	=> "Public Domain",      url		=> "http://irssi.org/", -    changed	=> "2002-03-04T22:47+0100",
 +    changed	=> "2002-03-04T22:47+0100",      changes	=> "v0.3 - Timo Sirainen tss\@iki.fi: Supports for limiting searches only to specified ircnets and channels. Some cleanups.."  ); | 
