diff options
Diffstat (limited to 'scripts/nickban.pl')
| -rw-r--r-- | scripts/nickban.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/nickban.pl b/scripts/nickban.pl index c24e579..ef44fab 100644 --- a/scripts/nickban.pl +++ b/scripts/nickban.pl @@ -1,3 +1,5 @@ +use strict; +use vars qw($VERSION %IRSSI); $VERSION = "1.1"; %IRSSI = ( authors => "Roeland 'Trancer' Nieuwenhuis", @@ -7,7 +9,6 @@ $VERSION = "1.1"; license => "Public Domain" ); -use strict; use Irssi; # The channels the nicks are banned on (on which this script is active) |
