Class IrcChannelJoinEvent


public class IrcChannelJoinEvent extends IrcChannelEvent
  • Constructor Details

    • IrcChannelJoinEvent

      public IrcChannelJoinEvent(TwitchSession session, String user)
      Class constructor
      Parameters:
      session -
      user -
    • IrcChannelJoinEvent

      public IrcChannelJoinEvent(String user)
      Class constructor
      Parameters:
      user -
  • Method Details

    • getUser

      public String getUser()
      Method that returns the user who joined the channel.
      Returns:
      user