Gikkman / Java-Twirk

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

Add support for Twitch's CLEARMSG command. #39

Closed e3ndr closed 3 years ago

e3ndr commented 3 years ago

https://dev.twitch.tv/docs/irc/commands#clearmsg-twitch-commands

Gikkman commented 3 years ago

Great job! It would have been awesome if you had written some tests for this too, to ensure it works, but I can fix that myself cause I know the way I've written the test suite is... less than ideal :-)

Thank you for your contribution!

e3ndr commented 3 years ago

My mistake, I did verify it worked via a crude debug before pushing. I'll make sure my next commits will have a test. I gotta get into the swing of contributing again.

Gikkman commented 3 years ago

No problems man. Just the effort of making the contribution means a lot for me :-)