The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Adam::Plugin - A base class for Adam/Moses plugins

VERSION

version 0.91

DESCRIPTION

The Adam::Plugin class implements a base class for Adam/Moses IRC bot plugins.

ATTRIBUTES

bot

METHODS

default_events

The default events that this plugin will listen to. It defaults to all methods prefixed with 'S_' or 'U_' in the current class.

BUGS AND LIMITATIONS

None known currently, please report bugs to https://rt.cpan.org/Ticket/Create.html?Queue=Adam

AUTHORS

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Chris Prather, Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.