NAME
Bot::IRC::Karma - Bot::IRC track karma for things
VERSION
version 1.40
SYNOPSIS
use Bot::IRC;
Bot::IRC->new(
connect => { server => 'irc.perl.org' },
plugins => ['Karma'],
)->run;
DESCRIPTION
This Bot::IRC plugin gives the bot the ability to track and report on something as meaningless as the concept of karma for things. Commands include:
<thing>++ # comment
Increases karma of "thing" by one and optionally remembers a positive comment about "thing".
<thing>-- # comment
Decreases karma of "thing" by one and optionally remembers a negative comment about "thing".
karma <thing>
Reports the karma of a "thing".
explain <thing>
Tells you one positive and one negative comment (at random) about "thing" if there are comments to share.
SEE ALSO
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)