Skip to content

Resolve

Choose a tag to compare

@Gikkman Gikkman released this 28 Mar 20:36
· 100 commits to master since this release

Change Log

  • Added User.getUserName() (retrieves the twitch login name)
  • Added USER_TYPE.SUBSCRIBER (as per request)
  • Changed USER_TYPE.value for most USER_TYPES (to make space for SUBSCRIBER in between DEFAULT and STAFF)
  • Changed User.userID to long
  • Modified User.getName() -> User.getDisplayName() (to avoid ambiguity with getUserName)
  • Depricated TwirkListener.onWhisper (twitch uses another whisper system now)
  • Depricated TwirkListener.onMode (check users for mod via User.isMod instead. Twitch's onMode it is unreliable anyway)