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

Timed Messages #66

Closed Gocnak closed 9 years ago

Gocnak commented 9 years ago

Nightbot has the feature that every X minutes you can have a message be printed out in chat. I plan to add this in the following format:

!addtimedmessage (keyword) (period [minutes between print]) (the message)

and also

!removetimedmessage (keyword)

And Botnak will print this out for the specified period in your chat. This may only really be useful for bigger streams, since you wouldn't want Botnak to spam your own chat.

Gocnak commented 9 years ago

Further testing shows this feature is downright useless.