logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

perl v5.32.1                                       2021-09-30              POE::Component...gin::NickServID(3pm)

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.

Name

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

Output Events

"irc_identified"
       This event will be sent when you have identified with NickServ. No arguments are passed with it.

Synopsis

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

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

See Also