IRC::Bot::Hangman::Command - Hangman commands' plugin engine


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

Index


NAME

Top

IRC::Bot::Hangman::Command - Hangman commands' plugin engine

SYNOPSIS

Top

See IRC::Bot::Hangman

  use IRC::Bot::Hangman::Command;
  IRC::Bot::Hangman::Command->run( 'play' );

DESCRIPTION

Top

This module execute the commands by calling the right plugin

pre_process( robot )

Call pre_process on all plugins which have implemented pre_process()

post_process( robot )

Call post_process on all plugins which have implemented pre_process()

run( robot )

Execute a command if registered in a IRC::Bot::Hangman::Command plugin

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.