lmariscal / twitchirc

Twitch Bot Development made Easier | DEPRECATED
Other
39 stars 15 forks source link

Corrected isSubscribed method, added onHost, minor things #31

Closed mvarendorff closed 6 years ago

mvarendorff commented 6 years ago

Created two classes for TwitchAPIConnections. Might (need to) move the requests in Channel over some time. onHost triggered by a private message by "jtv" with hoster in message body. Removed deprecation of #toString(). Just because it works without doesn't mean one shouldn't and I often get deprecation warnings in my projects because I don't want to do channel + "" but rather go for the more easily readable toString(). And it is not like the method will be removed any time soon ^^

mvarendorff commented 6 years ago

Will hopefully fix #27 and #30

mvarendorff commented 6 years ago

I will leave this here for you @cavariux to look over it so if you have anything to change, feel free to drop me a note or change things ^^

mvarendorff commented 6 years ago

Closing because onHost issue. See #30

lmariscal commented 6 years ago

Sure, thanks for the help haha, it has exploded the last days. Again thank you ^^