NAME
Moses::Plugin - Sugar for Moses Plugins
VERSION
version 1.000
DESCRIPTION
The Moses::Plugin module provides a declarative sugar layer for POE::Component::IRC plugins based on the Adam::Plugin class.
events
events qw( S_public S_privmsg );
Declare which IRC events this plugin should listen to. Event names should be prefixed with S_ for server events or U_ for user events.
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/perigrin/adam-bot-framework/issues.
IRC
Join #ai on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHORS
Chris Prather <chris@prather.org>
Torsten Raudssus <torsten@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.