NAME
Bot::IRC::X::Dice - Bot::IRC plugin for dice rolling
VERSION
version 1.06
SYNOPSIS
use Bot::IRC;
Bot::IRC->new(
connect => { server => 'irc.perl.org' },
plugins => ['Dice'],
)->run;
DESCRIPTION
This Bot::IRC plugin provides the means for the bot to perform simulated dice rolls.
roll <dice expression like "2d6+2">
SEE ALSO
You can look for additional information at:
AUTHOR
Gryphon Shafer <gryphon@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016-2050 by Gryphon Shafer.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)