Package tv.phantombot.event.irc.channel
Class IrcChannelJoinEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.channel.IrcChannelEvent
tv.phantombot.event.irc.channel.IrcChannelJoinEvent
-
Constructor Summary
ConstructorsConstructorDescriptionIrcChannelJoinEvent
(String user) Class constructorIrcChannelJoinEvent
(TwitchSession session, String user) Class constructor -
Method Summary
Methods inherited from class tv.phantombot.event.irc.IrcEvent
getSession
-
Constructor Details
-
IrcChannelJoinEvent
Class constructor- Parameters:
session
-user
-
-
IrcChannelJoinEvent
Class constructor- Parameters:
user
-
-
-
Method Details
-
getUser
Method that returns the user who joined the channel.- Returns:
- user
-