NAME

Bot::IRC::X::ManagementSpeak - Bot::IRC plugin for rendering management-speak

VERSION

version 1.01

SYNOPSIS

use Bot::IRC;

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

DESCRIPTION

This Bot::IRC plugin is for rendering management-speak.

<bot> mspeak

SEE ALSO

You can look for additional information at:

AUTHOR

Gryphon Shafer <gryphon@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.