Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

poe::component::irc::plugin::isupport(3pm) [debian man page]

POE::Component::IRC::Plugin::ISupport(3pm)		User Contributed Perl Documentation		POE::Component::IRC::Plugin::ISupport(3pm)

NAME
POE::Component::IRC::Plugin::ISupport - A PoCo-IRC plugin that handles server capabilities DESCRIPTION
This handles the "irc_005" messages that come from the server. They define the capabilities support by the server. METHODS
"new" Takes no arguments. Returns a plugin object suitable for feeding to POE::Component::IRC's "plugin_add" method. "isupport" Takes one argument. the server capability to query. Returns a false value on failure or a value representing the applicable capability. A full list of capabilities is available at <http://www.irc.org/tech_docs/005.html>. "isupport_dump_keys" Takes no arguments, returns a list of the available server capabilities, which can be used with "isupport". INPUT
This module handles the following PoCo-IRC signals: "irc_005" (RPL_ISUPPORT or RPL_PROTOCTL) Denotes the capabilities of the server. "all" Once the next signal is received that is greater than "irc_005", it emits an "irc_isupport" signal. OUTPUT EVENTS
"irc_isupport" Emitted by: the first signal received after "irc_005" "ARG0" will be the plugin object itself for ease of use. This is emitted when the support report has finished. AUTHOR
Jeff "japhy" Pinyan, japhy@perlmonk.org SEE ALSO
POE::Component::IRC POE::Component::IRC::Plugin perl v5.14.2 2011-12-07 POE::Component::IRC::Plugin::ISupport(3pm)

Check Out this Related Man Page

POE::Component::IRC::Plugin::NickServID(3pm)		User Contributed Perl Documentation	      POE::Component::IRC::Plugin::NickServID(3pm)

NAME
POE::Component::IRC::Plugin::NickServID - A PoCo-IRC plugin which identifies with 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. OUTPUT EVENTS
"irc_identified" This event will be sent when you have identified with NickServ. No arguments are passed with it. AUTHOR
Hinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Plugin::NickServID(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

IRC and Root

dear members... i am a newbie to unix, i am using the SUSE professional 9.2 i noticed many places, that when i am using IRC , i shouldn't be logged into the root account.. also when i switch the GPSdrive, it mentions to me that it is not goo to be logged thru the root account. what is wrong if... (4 Replies)
Discussion started by: 9613315400
4 Replies

2. Shell Programming and Scripting

How to setup a shell to use IRC behind firewall help

So, I have a free shell from an online provider which offer IRC access, I am behind a firewall blocking all IRC ports @ work, how can I use the Shell to get on IRC from work? What do I need to setup on the shell to be able to connect to the shell on the ssh port which allows connections from work,... (10 Replies)
Discussion started by: KromiX
10 Replies

3. AIX

Subsystem Component Failure

Hello All, Does some one have any idea about the subsystem component failure. Errpt command throws below errors for my server :- # errpt IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION B9735AF4 0304222408 P H hdisk5 SUBSYSTEM COMPONENT FAILURE B9735AF4 0304222408 P H... (1 Reply)
Discussion started by: Shrek
1 Replies