NAME

Bot::Pluggable::Blogger - ...

SYNOPSIS

my $blogger = new Bot::Pluggable::Blogger( url=>'http://bender.prather.org/', proxy=>'http://www.prather.org/cgi-bin/mt/mt-xmlrpc.cgi', user=>'IRC_BLOGGER', pass=>'password', blog_id=>'2', DEBUG=>1, );

my $bot = Bot::Pluggable->new( Modules => [], Objects => [$blogger], Nick => 'Blogger', Server => 'london.rhizomatic.net', Port => 6667, );

$poe_kernel->run(); exit(0);

DESCRIPTION A Wrapper around Net::Blogger to allow posting from IRC to a Blogger API (for example to a Moveable Type based Blog).

LIMITATIONS

COPYRIGHT

Copyright 2003, Chris Prather, All Rights Reserved

LICENSE

You may use this module under the terms of the BSD, Artistic, oir GPL licenses, any version.

AUTHOR

Chris Prather <chris@prather.org>