Gikkman / Java-Twirk

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

Adds whisper listening stuff #14

Closed mrhighside closed 6 years ago

mrhighside commented 6 years ago

I needed Whisper functionality for a bot I was creating so I added it. It was pretty simple so I probably missed something but it works for my purposes.

Gikkman commented 6 years ago

Huh... I was certain Twitch had removed this feature and moved it all to their PubSub service. Are you using this, and it works?

I'll look into this PR during next week. Thanks for your contribution!

mrhighside commented 6 years ago

Yup, I'm using it and it is working fine so far. I can use the whisper/direct message type functionality in twitch to talk to my bot successfully. I didn't really do any research or anything just started hacking away to see if it would work and here we are... :-)

Gikkman commented 6 years ago

So yeah, I tested this on my own setup and it seems to work just fine. That's so odd, I was certain Twitch made an announcement they were going to remove the ability to whisper via IRC, and require us to use the PubSub system instead. Oh well, I will merge this one and just be happy it works for the time being 👍

Gikkman commented 6 years ago

Oh, also, if you'd like to add a unit test for this code I'd appreciate it.