Package tv.phantombot.event.irc.message
Class IrcMessageEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.message.IrcMessageEvent
- Direct Known Subclasses:
- IrcChannelMessageEvent,- IrcModerationEvent,- IrcPrivateMessageEvent
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedIrcMessageEvent(TwitchSession session, String sender, String message) Class constructor.protectedIrcMessageEvent(TwitchSession session, String sender, String message, Map<String, String> tags) Class constructor.
- 
Method SummaryMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Field Details- 
sender
- 
message
- 
tags
 
- 
- 
Constructor Details
- 
Method Details- 
getSenderMethod that returns the sender.- Returns:
- sender
 
- 
getMessageMethod that returns the message.- Returns:
- sender
 
- 
getTagsMethod that returns the IRCv3 tags.- Returns:
- tags
 
 
-