Class IrcChannelUserModeEvent


public class IrcChannelUserModeEvent extends IrcChannelEvent
  • Constructor Details

    • IrcChannelUserModeEvent

      public IrcChannelUserModeEvent(TwitchSession session, String user, String mode, boolean add)
      Class constructor
      Parameters:
      session -
      user -
      mode -
      add -
  • Method Details

    • getUser

      public String getUser()
      Method that returns the user whose mode changed
      Returns:
      user
    • getMode

      public String getMode()
      Method that returns the user's mode.
      Returns:
      mode
    • getAdd

      public boolean getAdd()
      Method that returns if the user got OP or not.
      Returns:
      add