diff options
Diffstat (limited to 'scripts/servercomplete.pl')
| -rw-r--r-- | scripts/servercomplete.pl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scripts/servercomplete.pl b/scripts/servercomplete.pl index 2fe5b21..f866bec 100644 --- a/scripts/servercomplete.pl +++ b/scripts/servercomplete.pl @@ -1,4 +1,6 @@ +use strict;  use Irssi 20020101.0250 (); +use vars qw($VERSION %IRSSI);  $VERSION = "2";  %IRSSI = (      authors     => 'David Leadbeater', @@ -9,7 +11,6 @@ $VERSION = "2";      url         => 'http://irssi.dgl.cx/',  ); -use strict;  my %servers;  sub sig_complete { | 
