summaryrefslogtreecommitdiffstats
path: root/scripts/page_reeler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/page_reeler.pl')
-rw-r--r--scripts/page_reeler.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/page_reeler.pl b/scripts/page_reeler.pl
index 5b25fd2..502045a 100644
--- a/scripts/page_reeler.pl
+++ b/scripts/page_reeler.pl
@@ -2,8 +2,10 @@
#
# Thomas Graf <irssi@reeler.org>
+use strict;
use Irssi;
use Irssi::Irc;
+use vars qw($VERSION %IRSSI);
$VERSION = "0.2";
%IRSSI = (
authors => 'Thomas Graf',
@@ -14,8 +16,6 @@ $VERSION = "0.2";
url => 'http://irssi.reeler.org/',
);
-use strict;
-
sub sig_ctcp_msg
{
my ($server, $args, $sender, $addr, $target) = @_;