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

NAME

IRC::Bot::Hangman::Response - Hangman responses' plugin engine

SYNOPSIS

  use IRC::Bot::Hangman::Response;
  print IRC::Bot::Hangman::Response->get_a_msg( 'help' );

DESCRIPTION

This module loads the responses plugins and provide a message based on its name

get_a_msg( type )

Returns all messages of a given type

get_msgs( type )

Returns all messages of a given type

AUTHOR

Pierre Denis <pierre@itrelease.net>

http://www.itrelease.net/

COPYRIGHT

Copyright 2005 IT Release Ltd - All Rights Reserved.

This module is released under the same license as Perl itself.