Gocnak / Botnak

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

[Request] Track time in channel for others #17

Open KinamKrindar opened 10 years ago

KinamKrindar commented 10 years ago

Basically, I've seen some streamers using a new bot in development called "Deepbot", it's got a lot of capabilities within it that would be interesting to see in botnak. The deepbot dev crew don't have their project open source, and also don't have it openly downloadable (have to "donate" to possibly get it, and they don't really guarantee that you'd get it right away from what I'm reading).

it is able to keep track of the individuals within IRC time spent there, and with settings, gives people some "currency" (which the bot runner sets the name to if they want something special). It also supposedly has options to increase the gain of points depending on if the stream is live or not. The bot can hold drawings and stuff using these currency points as entries into the events.

Not sure if you've seen that bot in use or not though... not sure also if being that it's in closed development, how much you would be able to "copy" it's functionalities ...It would be great to use for giveaways

Gocnak commented 10 years ago

Ahh, user stats. With the new heartbeat thread system this could be fairly simply to implement. It'll have to be after some other big changes, nearing Episode 2's release.