Class IrcClearchatEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.clearchat.IrcClearchatEvent
- 
Constructor SummaryConstructorsConstructorDescriptionIrcClearchatEvent(TwitchSession session, String username, String reason, String duration) Class constructor
- 
Method SummaryModifier and TypeMethodDescriptionMethod that returns the length the user was timed-outMethod that returns the reason the user was timed-outMethod that returns the user who was timed-outMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details- 
IrcClearchatEventClass constructor- Parameters:
- session-
- username-
- reason-
- duration-
 
 
- 
- 
Method Details- 
getUsernameMethod that returns the user who was timed-out- Returns:
- username
 
- 
getReasonMethod that returns the reason the user was timed-out- Returns:
- reason
 
- 
getDurationMethod that returns the length the user was timed-out- Returns:
- duration
 
 
-