diff options
| author | Obfuscoder | 2014-10-19 11:54:16 +0200 | 
|---|---|---|
| committer | Obfuscoder | 2014-10-19 11:54:16 +0200 | 
| commit | dd80027b51b3ee71027a2612595aee38e38c0d6e (patch) | |
| tree | 0f0b84efd10e9288695d86b69de324c467fe4e7b /scripts/noticemove.pl | |
| parent | 263a56d196da657b72ccf2b195b50008d6a988dc (diff) | |
| download | scripts.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.pl | 5 | 
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; | 
