Gikkman / Java-Twirk

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

only show IN PING messages when in verboseMode #27

Closed JCog closed 4 years ago

JCog commented 4 years ago

This will hide the IN PING :tmi.twitch.tv messages that appear at regular intervals in the console and will make the logging consistent with how it's done for doConnect(), preventing the console from being cluttered when not in verboseMode.

Gikkman commented 4 years ago

Good thinking! I always got it in verbose mode myself but, so I never thought of it. :D