matthieugrieger / mumbledj

A Mumble bot that plays audio fetched from various media sites.
MIT License
170 stars 59 forks source link

Skip feature #182

Closed azlux closed 8 years ago

azlux commented 8 years ago

It's not really a new feature, it's exist into the previous version of mumbledj. You had a function skip who check the submitter and skip the music without wait for the vote, but this don't exist into the current bot. That was a line like that :

else if dj.queue.CurrentSong().Submitter() == user.Name -> skip

It's is possible to reimplement it ?

matthieugrieger commented 8 years ago

Yes, this is actually something that was brought up by someone else via email a few days ago. I'm surprised I missed adding this feature back in...

Definitely possible to re-implement this, I will get to it as soon as I can.

matthieugrieger commented 8 years ago

The latest release has this feature re-implemented. Sorry about it being missing for so long!