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

Growl/PushBullet style notifications #107

Closed ChristopherWirtOfficial closed 9 years ago

ChristopherWirtOfficial commented 9 years ago

Lots of things this could be used for:

Of course, this would be something you could disable, probably individual ones. I'd especially appreciate the mention one.

Gocnak commented 9 years ago

I mean I have Topic Tabs planned (#13) which will handle things like new donors/subs in their own tabs, questions and whatnot.

But I can still look into making little balloon notifications as well with a System Tray icon. https://docs.oracle.com/javase/tutorial/uiswing/misc/systemtray.html https://docs.oracle.com/javase/8/docs/api/java/awt/TrayIcon.html#displayMessage

Gocnak commented 9 years ago

Not gonna do it for new person in chat, I think that's something the streamer should be able to determine.

Otherwise, very good examples of useful cases, I'm in the process of adding the toggles and will eventually support most of these.

Gocnak commented 9 years ago

Added in commit ddd8fc598f04ae44ec4378ab6b6699c6f4ac40e2 (forgot to close it)