NAME
POE::Compoent::IRC::Plugin::MultiProxy::ClientManager - A PoCo-IRC plugin which handles a proxy clients
SYNOPSIS
use POE::Compoent::IRC::Plugin::MultiProxy::ClientManager;
$irc->plugin_add('MultiProxyClient_1', POE::Compoent::IRC::Plugin::MultiProxy::Client->new());
DESCRIPTION
POE::Compoent::IRC::Plugin::MultiProxy::Client is a POE::Component::IRC plugin. It handles a input/output and disconnects from a proxy client.
This plugin requires the IRC component to be POE::Component::IRC::State or a subclass thereof.
METHODS
new
Takes no arguments. Returns a plugin object suitable for feeding to POE::Component::IRC's plugin_add()
method.
add_client
Takes one argument, the socket of the new proxy client.
AUTHOR
Hinrik Örn Sigurðsson, hinrik.sig@gmail.com