summaryrefslogtreecommitdiff
path: root/scripts/autoop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/autoop.pl')
-rw-r--r--scripts/autoop.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/autoop.pl b/scripts/autoop.pl
index 413f5e17..d46d099e 100644
--- a/scripts/autoop.pl
+++ b/scripts/autoop.pl
@@ -1,7 +1,18 @@
# /AUTOOP <*|#channel> [<nickmasks>]
+# use friends.pl if you need more features
use Irssi;
use strict;
+use vars qw($VERSION %IRSSI);
+
+$VERSION = "1.00";
+%IRSSI = (
+ authors => 'Timo Sirainen',
+ name => 'autoop',
+ description => 'Simple auto-op script',
+ license => 'Public Domain',
+ changed => 'Sun Mar 10 23:18 EET 2002'
+);
my (%opnicks, %temp_opped);