Query: poe::component::irc::plugin::nickservid
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
POE::Component::IRC::Plugin::NickServID(3pm) User Contributed Perl Documentation POE::Component::IRC::Plugin::NickServID(3pm)NAMEPOE::Component::IRC::Plugin::NickServID - A PoCo-IRC plugin which identifies with NickServ when neededSYNOPSISuse POE::Component::IRC::Plugin::NickServID; $irc->plugin_add( 'NickServID', POE::Component::IRC::Plugin::NickServID->new( Password => 'opensesame' ));DESCRIPTIONPOE::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.OUTPUT EVENTS"irc_identified" This event will be sent when you have identified with NickServ. No arguments are passed with it.AUTHORHinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Plugin::NickServID(3pm)