NAME Bot::BasicBot::Pluggable::Module::Eliza - Eliza for Bot::BasicBot::Pluggable VERSION Version 0.02 SYNOPSIS This module is a simple wrapper around . $bot->load('Eliza'); FUNCTIONS help Prints a helpful message. fallback Replies to messages directed to the bot instance. We are using fallback just to make sure that this very talkative module does not interfere with any other module. init Initializes the eliza module. Please refer to the documentation section VARIABLES for configuration settings. set / unset These functions are subclassed to reload the eliza instance after the scriptfile is changed. The normal beaviour of Chatbot::Eliza is to simply add the rules of the new scriptfile to the current scriptfile rules, which is often not the expected behaviour (at least by the expectations of the author). In case scriptfile is unset, we reload the eliza instance to access it's default Rogerian psychotherapist. Both functions reset the phrases remembered by the %reasmblist_for_memory structure. VARIABLES scriptfile The chatbot uses the tranformation rules in this file to reply. Please refer to for its syntax. AUTHOR Mario Domgoergen, "" BUGS Please report any bugs or feature requests to "bug-bot-basicbot-pluggable-module-eliza at rt.cpan.org", or through the web interface at . 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::Eliza You can also look for information at: * RT: CPAN's request tracker * AnnoCPAN: Annotated CPAN documentation * CPAN Ratings * Search CPAN COPYRIGHT & LICENSE Copyright 2009 Mario Domgoergen, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.