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


IRC-Bot-Hangman documentation  | view source Contained in the IRC-Bot-Hangman distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Pierre Denis <pierre@itrelease.net>

http://www.itrelease.net/

COPYRIGHT

Top


IRC-Bot-Hangman documentation  | view source Contained in the IRC-Bot-Hangman distribution.