The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::BasicBot::Pluggable::Module::Delicious - A Simple URL catcher for Bot::BasciBot::Pluggable

SYNOPSIS

    use Bot::BasicBot::Pluggable::Module::Delicious

    my $bot = Bot::BasicBot::Pluggable->new(...);

    $bot->load("Delicious");
    my $delicious_handler = $bot->handler("Delicious");
    $delicious_handler->set($url, $user, $pswd);

DESCRIPTION

A plugin module for Bot::BasicBot::Pluggable to grab, and store URLs from and IRC channel to a delicious account.

USAGE

BUGS

SUPPORT

AUTHOR

        Franck Cuny
        CPAN ID: FRANCKC
        tirnanog
        franck@breizhdev.net

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO