Package tv.phantombot.event.irc.channel
Class IrcChannelUserModeEvent
java.lang.Object
tv.phantombot.event.Event
tv.phantombot.event.irc.IrcEvent
tv.phantombot.event.irc.channel.IrcChannelEvent
tv.phantombot.event.irc.channel.IrcChannelUserModeEvent
- 
Constructor SummaryConstructorsConstructorDescriptionIrcChannelUserModeEvent(TwitchSession session, String user, String mode, boolean add) Class constructor
- 
Method SummaryMethods inherited from class tv.phantombot.event.irc.IrcEventgetSession
- 
Constructor Details- 
IrcChannelUserModeEventClass constructor- Parameters:
- session-
- user-
- mode-
- add-
 
 
- 
- 
Method Details- 
getUserMethod that returns the user whose mode changed- Returns:
- user
 
- 
getModeMethod that returns the user's mode.- Returns:
- mode
 
- 
getAddpublic boolean getAdd()Method that returns if the user got OP or not.- Returns:
- add
 
 
-