Uses of Class
com.leafdigital.irc.api.ChanIRCMsg

Packages that use ChanIRCMsg
com.leafdigital.irc.api The IRC api provides low-level support for the events and communication involved in connection with an IRC server. 
 

Uses of ChanIRCMsg in com.leafdigital.irc.api
 

Subclasses of ChanIRCMsg in com.leafdigital.irc.api
 class ChanActionIRCMsg
          Action message (/me)
 class ChanCTCPRequestIRCMsg
          Notice sent to a channel
 class ChanMessageIRCMsg
          Normal message sent to a channel
 class ChanModeIRCMsg
          Mode change to a channel
 class ChanNoticeIRCMsg
          Notice sent to a channel
 class JoinIRCMsg
          JOIN to a channel
 class KickIRCMsg
          Somebody is kicked from channel
 class PartIRCMsg
          Somebody leaves a channel
 class TopicIRCMsg
          Shows the current/changed topic on channel
 



Copyright © 2011 Samuel Marshall. All rights reserved.