Gikkman / Java-Twirk

Small, basic library for communication via the Twitch chat. Java 8 compatible
MIT License
54 stars 22 forks source link

Ban Reason #36

Open ayranforever opened 3 years ago

ayranforever commented 3 years ago

When i use getReason(), its return null string.

Gikkman commented 3 years ago

Huh, I gotta look if Twitch has changed something then. Thank you for the report!

Gikkman commented 2 years ago

It does seem like Twitch doesn't show ban reason via the IRC channel anymore :( So I can't parse out ban reason at all. If you need ban reason, you'll have to use a library that supports their Websocket interface.

I'll deprecate the ban reason method, and will remove it in a future update. Sorry, but there is nothing I can do :( I'll leave this one around till it's gotten completely removed.