KittehOrg / KittehIRCClientLib

An IRC client library in Java
https://kitteh.dev/kicl/
MIT License
145 stars 34 forks source link

Lots of Twitch API Stuff missing #278

Open boostchicken opened 5 years ago

boostchicken commented 5 years ago

What is the feature or improvement? Twitch IRC Api has changed a lot, I sent a PR for some stuff I need now, but there is a lot of work left to be done here.

boostchicken commented 5 years ago

277

boostchicken commented 5 years ago

I'll keep adding stuff as I need it FYI.

Zarthus commented 5 years ago

is there a list of notable changes somewhere?

boostchicken commented 5 years ago

Nothing in a big document but if you go look at the IRC documentation you can see a lot of tags are missing and are c onditional now with raids, gifted subs, etc. All of that is missing.

Zarthus commented 5 years ago

I guess if they don't have a changelog things'll lag behind, especially since it's already relatively niche. Thanks for helping us catch up :)

boostchicken commented 5 years ago

Yeah, Twitch is notoriously bad about managing their APIs so its a big guessing game, half the time their docs aren't even right.