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

NAME

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

SYNOPSIS

See IRC::Bot::Hangman

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

DESCRIPTION

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

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.