| Bot-BasicBot-Pluggable documentation | view source | Contained in the Bot-BasicBot-Pluggable distribution. |
App::Bot::BasicBot::Pluggable - Base class for bot applications
version 0.93
my bot = App::Bot::BasicBot::Pluggable( modules => [ 'Karma' ] ) $bot->run();
This module is basically intended as base class for Bot::BasicBot::Pluggable frontends. It's attributes can be set by command line options or a configuration file.
All subsequently listed attributes are documented in the manpage of bot-basicbot-pluggable. Just replace all dashes with underscores.
If list_modules or list_stores are set to a true value, the according list is printed to stdout. Otherwise the run method of the bot specified by the bot_class method is called.
Mario Domgoergen <mdom@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself
| Bot-BasicBot-Pluggable documentation | view source | Contained in the Bot-BasicBot-Pluggable distribution. |