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