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

Make User-Defined Donation Tiers #57

Open Gocnak opened 9 years ago

Gocnak commented 9 years ago

User-defined donation tiers can be used to change both the icon that the donor has in chat, as well as set specific sounds to play when donations of those calibers happen.

Each tier would have their own icon and or sound. For example, the current version of Botnak has 5 tiers by default:

$0.01 -> $9.99 = green $10 -> $49.99 = bronze $50 -> $99.99 = silver $100 -> $499.99 = gold $500+ = diamond

I plan to have users be able to define their own tiers in Episode 2's new Settings GUI.

The idea with sounds is: Highest donation of the day: specific sound (or if not defined, use a random sound) For each tier, the user can specify a specific sound, or just use a random one found in the directory.

Right now Botnak can just read the donation sound directory and play a random one when someone donates.