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

NAME

Bot::Cobalt::Plugin::Version - Retrieve bot version and info

SYNOPSIS

  ## Get uptime and other info:
  <JoeUser> botnick: info
  
  ## Get version information:
  <JoeUser> botnick: version
  
  ## Find out what OS we're using:
  <JoeUser> botnick: os

DESCRIPTION

Retrieves information about the running Cobalt instance.

If Bot::Cobalt::Plugin::Info3 is available, the number of Info3 topics is included.

If Bot::Cobalt::Plugin::RDB is available, the number of items in the 'main' RDB will be reported.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>