Uses of Package
org.relayirc.core

Packages that use org.relayirc.core
org.relayirc.core The org.relayirc.core package provides low level IRC connection functionality such as opening a connection, writing commands to a connection and closing a connection. 
 

Classes in org.relayirc.core used by org.relayirc.core
IRCConnection
          A socket connection to a RFC-1459 compatible IRC server.
IRCConnectionListener
          Implement this interface to listen to an IRCConnection.
IRCConstants
          IRC reply and error numbers specified in RFC-1459.