Bot-Cobalt

 view release on metacpan or  search on metacpan

share/etc/plugins.conf  view on Meta::CPAN

Seen:
  ## !seen command
  Module: Bot::Cobalt::Plugin::Seen

Version:
  ## 'Version' provides 'os' 'version' 'info' responses:
  Module: Bot::Cobalt::Plugin::Version

WWW:
  Priority: 80
  ## Provides asynchronous HTTP functionality to Web-related plugins
  ## You probably want this loaded.
  Module: Bot::Cobalt::Plugin::WWW
  Config: plugins/www.conf

######################### Extras #############################
## A handful of plugins providing useful or fun functionality.

CPAN:
  ## MetaCPAN interface.
  ## Provides !cpan <query> <distname>
  Module: Bot::Cobalt::Plugin::Extras::CPAN

DNS:
  ## DNS resolver.
  ## Provides '!dns' command, e.g. '!dns cobaltirc.org ns'
  Module: Bot::Cobalt::Plugin::Extras::DNS

Karma:
  ## Simplistic '--/++' karma bot
  ## Provides '!karma' command, e.g. '!karma user'
  Module: Bot::Cobalt::Plugin::Extras::Karma

Money:
  ## Currency converter.
  ## Provides '!cc', '!money', '!currency'
  Module: Bot::Cobalt::Plugin::Extras::Money

Relay:
  ## Channel relay bot plugin for multi-server bots.
  NoAutoLoad: 1
  Module: Bot::Cobalt::Plugin::Extras::Relay
  Config: plugins/relay.conf

TempConv:
  ## Provides '!temp' command, e.g. '!temp 10f'
  ## Handles Cel / Fahr / Kelvin
  Module: Bot::Cobalt::Plugin::Extras::TempConv


####################### Output Filters #######################
## Loading an output filter alters outgoing messages from the bot.
## These examples have NoAutoLoad specified.

StripColor:
  ## Strip any color in outgoing messages
  NoAutoLoad: 1
  Module: Bot::Cobalt::Plugin::OutputFilters::StripColor

StripFormat:
  ## Strip bold/underline/etc format codes from outgoing messages.
  NoAutoLoad: 1
  Module: Bot::Cobalt::Plugin::OutputFilters::StripFormat



##############################################################
# End of core set.
##############################################################
### You could define your own set of plugins here.
### In theory, they should live somewhere under Bot::Cobalt::Plugin::
### (For local plugins, perhaps Bot::Cobalt::Plugin::User:: or similar.)
### See:
###  perldoc Bot::Cobalt::Manual::Plugins
###  perldoc Bot::Cobalt::Manual::Plugins::Dist
##   perldoc Bot::Cobalt::Manual::Plugins::Config
##############################################################



( run in 0.711 second using v1.01-cache-2.11-cpan-39bf76dae61 )