File: ipkb.pl

package info (click to toggle)
irssi-scripts 20070925
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,708 kB
  • ctags: 2,415
  • sloc: perl: 54,737; makefile: 43; sh: 20
file content (12 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use Irssi;

use vars qw($VERSION %IRSSI);
$VERSION = "0.9.9";
%IRSSI = (
        authors         => "Maciek \'fahren\' Freudenheim",
        contact         => "fahren\@bochnia.pl",
        name            => "IP KickBan",
        description     => "Obsolete. Use ban.pl and /ALIAS ipkb ban \$C -after \"KICK \$C \$0 \$1-\" -ip \$0",
        license         => "GNU GPLv2 or later",
        changed         => "Sun Apr 14 14:50:03 CEST 2002"
);