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

NAME

Bot::BasicBot::Pluggable::Module::VieDeMerde - VieDeMerde plugin for BasicBot::Pluggable

VERSION

Version 0.1

SYNOPSIS

On a channel with the bot, type @vdm to get a random VDM.

DESCRIPTION

IRC frontend for the WWW::VieDeMerde module.

IRC USAGE

@vdm or @vdm cmd

Currently there are no commands implemented.

METHODS (it's not interesting)

said

Read the commands and return the answers.

help

Display the help

render_item

Format an item for displaying

render_comment

Format an comment for displaying

AUTHOR

Olivier Schwander, <iderrick at cpan.org>

BUGS

The comment returned by 'comment #id' may not be the same as the comment id on the website since deleted comments keeps an id on the website but are not returned by the API. It may be possible to avoid this by doing a linear search for a given id in the returned list, but it may be very slow on IRC.

Please report any bugs or feature requests to bug-bot-basicbot-pluggable-module-watchlinks at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Bot-BasicBot-Pluggable-Module-VieDeMerde. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Bot::BasicBot::Pluggable::Module::VieDeMerde

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2009 Olivier Schwander, all rights reserved.

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