POE::Component::IRC::Plugin::NickServID.3pm

Langue: en

Version: 2008-02-18 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

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.

METHODS

"new"
Arguments:

'Password', the NickServ password.

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

AUTHOR

Hinrik O.rn Sigur-sson, hinrik.sig@gmail.com