Hinrik Örn Sigurðsson > POE-Component-IRC > POE::Component::IRC::Plugin::NickServID

Download:
POE-Component-IRC-6.16.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

New  1
Open  2
Stalled  1
View Bugs
Report a bug
Module Version: 6.16   Source  

NAME ^

POE::Component::IRC::Plugin::NickServID - A PoCo-IRC plugin which identifies with FreeNode's NickServ when needed

SYNOPSIS ^

 use POE::Component::IRC::Plugin::NickServID;

 $irc->plugin_add( 'NickServID', POE::Component::IRC::Plugin::NickServID->new(
     Password => 'opensesame'
 ));

DESCRIPTION ^

POE::Component::IRC::Plugin::NickServID is a POE::Component::IRC plugin. It identifies with NickServ on connect and when you change your nick, if your nickname matches the supplied password.

Note: If you have a cloak and you don't want to be seen without it, make sure you don't join channels until after you've identified yourself. If you use the AutoJoin plugin, it will be taken care of for you.

METHODS ^

new

Arguments:

'Password', the NickServ password.

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

AUTHOR ^

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