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 Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IrcMessageEvent
(TwitchSession session, String sender, String message) Class constructor.protected
IrcMessageEvent
(TwitchSession session, String sender, String message, Map<String, String> tags) Class constructor. -
Method Summary
Methods inherited from class tv.phantombot.event.irc.IrcEvent
getSession
-
Field Details
-
sender
-
message
-
tags
-
-
Constructor Details
-
Method Details
-
getSender
Method that returns the sender.- Returns:
- sender
-
getMessage
Method that returns the message.- Returns:
- sender
-
getTags
Method that returns the IRCv3 tags.- Returns:
- tags
-