| App-Bondage documentation | view source | Contained in the App-Bondage distribution. |
App::Bondage::Away - A PoCo-IRC plugin which changes the away status based on the presence of proxy clients.
use App::Bondage::Away;
$irc->plugin_add('Away', App::Bondage::Away->new(Message => "I'm out to lunch"));
App::Bondage::Away is a POE::Component::IRC plugin. When the last proxy client detaches, it changes the status to away, with the supplied away message.
This plugin requires the IRC component to be POE::Component::IRC::State or a subclass thereof.
newOne optional argument:
'Message', the away message you want to use. Defaults to 'No clients attached'.
Returns a plugin object suitable for feeding to
POE::Component::IRC's plugin_add() method.
messageOne optional argument:
An away message
Changes the away message when called with an argument, returns the current away message otherwise.
Hinrik Örn Sigurðsson, hinrik.sig@gmail.com
| App-Bondage documentation | view source | Contained in the App-Bondage distribution. |