diff options
| author | Obfuscoder | 2014-10-24 23:01:30 +0200 | 
|---|---|---|
| committer | Obfuscoder | 2014-10-24 23:01:30 +0200 | 
| commit | 55e10f5aeb6d0559518623a432263d4a73d7614b (patch) | |
| tree | c8125ac40ada1411c240cd68d6535d532849e631 /scripts/usercount.pl | |
| parent | ff9a44047a299bce4995c22fd6f15851e1b065ee (diff) | |
| download | scripts.irssi.org-55e10f5aeb6d0559518623a432263d4a73d7614b.tar.bz2 | |
Fix perlcritic issues for all scripts starting with s to z
Diffstat (limited to 'scripts/usercount.pl')
| -rw-r--r-- | scripts/usercount.pl | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/scripts/usercount.pl b/scripts/usercount.pl index 46dc0b4..613da1d 100644 --- a/scripts/usercount.pl +++ b/scripts/usercount.pl @@ -1,4 +1,6 @@ +use strict;  use Irssi 20040119.2359 (); +use vars qw($VERSION %IRSSI);  $VERSION = "1.19";  %IRSSI = (      authors     => 'David Leadbeater, Timo Sirainen, Georg Lukas', @@ -29,7 +31,6 @@ $VERSION = "1.19";  #  sb_uc_space = " "; -use strict;  use Irssi::TextUI;  my ($ircops, $ops, $halfops, $voices, $normal, $total); | 
