Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
67 stars 28 forks source link

Whisper Support #95

Closed Gocnak closed 9 years ago

Gocnak commented 9 years ago

Add a whisper connection for whispering bot replies of certain commands, such as !setcol and !nameface commands.

ChristopherWirtOfficial commented 9 years ago

In order to accomplish this, the bot needs another IRC client to connect to one of the groupchat servers on channel #jtv and to send messages to that channel in the form of \w recipient message follows ... So it shouldn't be impossible, but the existing PircBot code is all very botnak/twitch specific, so I'm kind of tearing it apart. https://github.com/Chrisazy/Botnak/tree/Whispering