summaryrefslogtreecommitdiffstats
path: root/scripts/clones.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clones.pl')
-rw-r--r--scripts/clones.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/clones.pl b/scripts/clones.pl
index 84ba59f..0175bd8 100644
--- a/scripts/clones.pl
+++ b/scripts/clones.pl
@@ -1,3 +1,5 @@
+use strict;
+use vars qw($VERSION %IRSSI);
use Irssi 20010920.0000 ();
$VERSION = "2.01";
%IRSSI = (
@@ -8,8 +10,6 @@ $VERSION = "2.01";
url => 'http://irssi.dgl.cx/',
);
-use strict;
-
sub cmd_clones {
my ($data, $server, $channel) = @_;