NAME

Bot::IRC::Convert - Bot::IRC convert units of amounts

VERSION

version 1.16

SYNOPSIS

use Bot::IRC;

Bot::IRC->new(
    connect => { server => 'irc.perl.org' },
    plugins => ['Convert'],
)->run;

DESCRIPTION

This Bot::IRC plugin allows the bot to convert various values of units. Unit types must match, which is to say you can't convert length to volume.

SEE ALSO

Bot::IRC

AUTHOR

Gryphon Shafer <gryphon@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Gryphon Shafer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.