summaryrefslogtreecommitdiffstats
path: root/scripts/noticemove.pl
diff options
context:
space:
mode:
authorObfuscoder2014-10-19 11:54:16 +0200
committerObfuscoder2014-10-19 11:54:16 +0200
commitdd80027b51b3ee71027a2612595aee38e38c0d6e (patch)
tree0f0b84efd10e9288695d86b69de324c467fe4e7b /scripts/noticemove.pl
parent263a56d196da657b72ccf2b195b50008d6a988dc (diff)
downloadscripts.irssi.org-dd80027b51b3ee71027a2612595aee38e38c0d6e.tar.bz2
Fix perlcritic issues for all scripts starting with m to r
Diffstat (limited to 'scripts/noticemove.pl')
-rw-r--r--scripts/noticemove.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/noticemove.pl b/scripts/noticemove.pl
index a5ee386..781d42d 100644
--- a/scripts/noticemove.pl
+++ b/scripts/noticemove.pl
@@ -5,6 +5,7 @@
# v1.01 - history:
# - fixed infinite loop when you weren't connected to server :)
+use strict;
use Irssi;
use vars qw($VERSION %IRSSI);
$VERSION = "1.01";
@@ -15,8 +16,8 @@ $VERSION = "1.01";
description => "Prints private notices from people in the channel where they are joined with you. Useful when you get lots of private notices from some bots.",
license => "Public Domain",
url => "http://irssi.org/",
- changed => "2002-03-04T22:47+0100",
- changes => "v1.01 - fixed infinite loop when you weren't connected to server :)"
+ changed => "2002-03-04T22:47+0100",
+ changes => "v1.01 - fixed infinite loop when you weren't connected to server :)"
);
my $insig = 0;