Package jerklib

Package contains classes for working with the IRC protocol and IRC servers.

See:
          Description

Class Summary
Channel A Class to represent a joined IRC channel.
ConnectionManager This class is used to control/store Sessions/Connections.
DefaultInternalEventHandler Class that will only handle events that effect internal states/caches.
EventToken A Class to parse a line of IRC text
Profile A class to hold information about Nick,RealName,AltNic etc.
RequestedConnection Class to encapsulate data about a requested connection,
ServerInformation This class allows you to probe various pieces of information about the server.
Session Session contains methods to manage an IRC connection.
WriteRequest WriteRequest - this is sent to a Connection whenever a 'write' needs to happen.
 

Enum Summary
ServerInformation.ModeType Type A: Modes that must add or remove an address to or from a list.
Session.State  
WriteRequest.Type Type enum is used to determine type.
 

Package jerklib Description

Package contains classes for working with the IRC protocol and IRC servers.

Request connections with a ConnectionManager. This will return a Session object.

See Also:
ConnectionManager, Session, Channel