The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bot::BasicBot::Pluggable::Module::HTTPIRCGW - A Simple HTTP Action for Bot::BasicBot::Pluggable

SYNOPSIS

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

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

$bot->load("HTTPIRCGW");
my $HttpIrcGw_handler = $bot->handler("HTTPIRCGW");
$HttpIrcGw_handler->set($action_file);

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