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
Chris Prather <chris@prather.org>
Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/
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.