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

NAME

Bot::BasicBot::Pluggable::Module::TwitterFriendsStatus - Echo Twitter comments

VERSION

This document describes Bot::BasicBot::Pluggable::Module::TwitterFriendsStatus version 0.0.4

SYNOPSIS

    use ModuleName;
    my $thing = ModuleName->new;

DESCRIPTION

This module adds the ability for Bot::BasicBot::Pluggable IRC bots to check for comments posted to Twitter for a list of users and echo them into a channel.

IRC INTERFACE

!twitterauth <username> <password>

This results in the bot authenticating with Twitter using an account that it will ping for friend status. This authentication is stored and should not have to be re-entered once added.

twitter add <username>

Adds a Twitter user to the list of users that the bot should follow.

twitter remove <username>

Removes a users from the list of users the bot is following.

AUTHOR

Gryphon Shafer <gryphon@cpan.org>

David Precious <davidp@preshweb.co.uk>

    code('Perl') || die;

ACKNOWLEDGEMENTS

Thanks to Larry Wall for Perl, Randal Schwartz for my initial and on- going Perl education, Damian Conway for mental inspiration, Sam Tregar for teaching me how to write and upload CPAN modules, and the monks of PerlMonks for putting up with my foolishness.

COPYRIGHT AND LICENSE

Copyright (c) 2008, Gryphon Shafer <gryphon@cpan.org>. All rights reserved.

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

DISCLAIMER OF WARRANTY

Because this software is licensed free of charge, there is no warranty for the software to the extent permitted by applicable law. Except when otherwise stated in writing, the copyright holders and/or other parties provide the software "as is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the software is with the user. Should the software prove defective, the user shall assume the cost of all necessary servicing, repair, or correction.

In no event unless agreed to in writing will any copyright holder or any other party who may modify and/or redistribute the software as permitted by the above licence be liable to the user for damages including any general, special, incidental, or consequential damages arising out of the use or inability to use the software (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the software to operate with any other software), even if such holder or other party has been advised of the possibility of such damages.