NAME
Bot::Pluggable::Trust - A Trust Module for Bot::Pluggable
SYNOPSIS
my $trust = new Bot::Pluggable::Trust( owner=>"perigrin", delay => 5, lag => 20, DEBUG=>1, );
DESCRIPTION
A simple Slavorg style Trust module, designed to replace the Mozbot Trust module employed by Marvin (a mozbot) on #axkit, and #axkit-dahut
Much of this code was 'Borrowed' from the Slavorg2 PoCo::IRC bot found at http://jerakeen.org/cms/slavorg2 and converted over to Bot::Pluggable despite the issues brought up on http://www.jerakeen.org/cms/irc/bots (which since he wrote Bot::BasicBot::Pluggable really don't stand for much do they?)
LIMITATIONS
Currently requires Bot::Pluggable::Common
BUGS
The clever op thing appears to be working. The netsplit stuff seems to be patched. Patches are welcome.
COPYRIGHT
Copyright 2003, Chris Prather, All Rights Reserved
LICENSE
You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.
AUTHOR
Chris Prather (chris@prather.org)