Bot::Pluggable::Trust - A Trust Module for Bot::Pluggable



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::Object 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


LIMITATIONS

Currently requires Bot::Pluggable::Common


BUGS

Currently it isn't doing the clever multi-op thing and there was one incident of a infinite loop of opping just after a netsplit, when adding new trusted users obviously 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)

 Bot::Pluggable::Trust - A Trust Module for Bot::Pluggable