summaryrefslogtreecommitdiff
path: root/scripts/usercount.pl
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2015-06-12 19:40:15 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2015-06-12 19:40:15 +0200
commita663d2f674f1408fcd54a3d1f8823dffdcc8123f (patch)
tree95563c54760e05ebf971f46360241d5476613b18 /scripts/usercount.pl
parent788f181ecb956addf17fe3c5bddc6a56a97b8681 (diff)
downloadirssi-a663d2f674f1408fcd54a3d1f8823dffdcc8123f.zip
Updated the bundled scripts to their latest version (#143)
Updated the bundled scripts to their latest version (#143) Removed sb_search.pl which is not contributed into the script archive, I will poke coekie about it.
Diffstat (limited to 'scripts/usercount.pl')
-rw-r--r--scripts/usercount.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/usercount.pl b/scripts/usercount.pl
index 46dc0b46..613da1de 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);