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 SummaryConstructorsConstructorDescriptionIrcChannelJoinEvent(String user) Class constructorIrcChannelJoinEvent(TwitchSession session, String user) Class constructor
- 
Method SummaryMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details- 
IrcChannelJoinEventClass constructor- Parameters:
- session-
- user-
 
- 
IrcChannelJoinEventClass constructor- Parameters:
- user-
 
 
- 
- 
Method Details- 
getUserMethod that returns the user who joined the channel.- Returns:
- user
 
 
-