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

Packages that use UserSourceIRCMsg
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 UserSourceIRCMsg in com.leafdigital.irc.api
 

Subclasses of UserSourceIRCMsg in com.leafdigital.irc.api
 class ChanActionIRCMsg
          Action message (/me)
 class ChanCTCPRequestIRCMsg
          Notice sent to a channel
 class ChanIRCMsg
          IRC message 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 InviteIRCMsg
          Invite message
 class JoinIRCMsg
          JOIN to a channel
 class KickIRCMsg
          Somebody is kicked from channel
 class NickIRCMsg
          Nickname change
 class PartIRCMsg
          Somebody leaves a channel
 class QuitIRCMsg
          User quit
 class SilenceIRCMsg
          Silence information
 class TopicIRCMsg
          Shows the current/changed topic on channel
 class UserActionIRCMsg
          Action message
 class UserCTCPRequestIRCMsg
          CTCP request sent to a user
 class UserCTCPResponseIRCMsg
          CTCP response from a user
 class UserIRCMsg
          IRC message sent to a user
 class UserMessageIRCMsg
          Message sent to a user
 class UserModeIRCMsg
          User mode change
 class UserNoticeIRCMsg
          Notice sent to a user
 



Copyright © 2011 Samuel Marshall. All rights reserved.