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

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

This module execute the commands by calling the right plugin
Call pre_process on all plugins which have implemented pre_process()
Call post_process on all plugins which have implemented pre_process()
Execute a command if registered in a IRC::Bot::Hangman::Command plugin

Pierre Denis <pierre@itrelease.net>

Copyright 2005 IT Release Ltd - All Rights Reserved.
This module is released under the same license as Perl itself.