Package wtanaka.praya.irc

Internet Relay Chat protocol.

See:
          Description

Class Summary
IRCChannelMessage Represents a PRIVMSG that is sent to a channel, as opposed to you directly.
IRCChannelRecipient This recipient represents an IRC channel.
IRCClient  
IRCCommand  
IRCErrorMessage  
IRCInfoMessage  
IRCJoinMessage Message received when a user joins a channel.
IRCMessage  
IRCModeMessage  
IRCNickChangeMessage  
IRCNoticeMessage  
IRCPartMessage  
IRCPrivMessage Represents a PRIVMSG that is sent to you directly.
IRCQuitMessage  
IRCReplyMessage Generic IRC message.
IRCReplyParser This class is responsible for parsing returned lines from the IRC server (see RFC 1459), and generating messages to send.
IRCSelfChannelMessage Represents a message sent by you.
IRCSelfPrivMessage Represents an outgoing private message sent from you to a user.
IRCTopicMessage Represents a topic change on a channel.
IRCUserViaPrivMsg Recipient representing a single IRC user, available through IRC private messages.
 

Exception Summary
IRCException  
 

Package wtanaka.praya.irc Description

Internet Relay Chat protocol.

Recipients

Praya IRC has the following recipients: