lmariscal / twitchirc

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

Turn a string to a channel? #5

Closed JFulweber closed 8 years ago

JFulweber commented 8 years ago

when I use onWhisper I just have it send a whisper back, like so: public void onWhisper(User user, String message){ this.whisper(user, message); //this.sendMessage("BY GOD WE DID IT " + user + "SAID: " + message, channel); } But there is no whisper sent back, so the event just doesn't work?

lmariscal commented 8 years ago

Well, the problem here is that the Whisper is a WIP, so I don't expect it to work right now. As stated in the README, nowadays I see is a more used function so I will try to make it happen for next update. Or if you know how to code this function the community would really appreciate it. Thanks :smile: