From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use Irssi;
use strict;
use vars qw($VERSION %IRSSI);
$VERSION="0.3";
%IRSSI = (
authors=> 'BC-bd',
contact=> 'bd@bc-bd.org',
name=> 'ai',
description=> 'Puts people on ignore if they do a public away. See source for options.',
license=> 'GPL v2',
);