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

NAME

Bot::Cobalt::Plugin::Games::Dice - IRC dice roller

SYNOPSIS

  !roll 6     # Roll a six-sided die
  !roll 2d6   # Roll a pair of them
  !roll 6d10  # Roll weird dice

DESCRIPTION

Simple dice bot; accepts either the number of sides as a simple integer or XdY syntax.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>