NAME

POE::Component::IRC::Plugin::Proxy::Client - A PoCo-IRC plugin which handles a proxy client.

SYNOPSIS

use POE::Component::IRC::Plugin::Proxy::Client;

$irc->plugin_add('Client_1', POE::Component::IRC::Plugin::Proxy::Client->new( Mode => 'missed' ));

DESCRIPTION

POE::Component::IRC::Plugin::Proxy::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

One argument:

'Wheel', the wheel of the proxy client.

Returns a plugin object suitable for feeding to POE::Component::IRC's plugin_add() method.

put

One argument:

An IRC protocol line

Sends an IRC protocol line to the client

AUTHOR

Hinrik Örn Sigurðsson, hinrik.sig@gmail.com