AnyEvent::IRC::Server - An event based IRC protocol server API
use AnyEvent::IRC::Server;
AnyEvent::IRC::Server is
- useful for XIRCD
-- authentication
- useful for public irc server
-- anti flooder
-- limit nick length
-- detect nick colision
-- support /kick
-- mode support
-- who support
You can trace events by Object::Event's feature.
Use the environment variable PERL_OBJECT_EVENT_DEBUG
export PERL_OBJECT_EVENT_DEBUG=2
Kan Fushihara <default {at} example.com>
Tokuhiro Matsuno
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.