avatarkava / beavisbot

A node.js powered bot for plug.dj and dubtrack.fm
https://github.com/avatarkava/beavisbot/wiki
MIT License
22 stars 20 forks source link

Blacklisted Song List #26

Closed avatarkava closed 9 years ago

avatarkava commented 10 years ago

When skipping a song, moderators and above have the option to use the 'blacklist' tag (eg .skip blacklist). In the future, if an exact match for that song is found, Beav will auto-skip.

avatarkava commented 10 years ago

This can be implemented in the new db schema by setting the is_banned flag on songs table.

avatarkava commented 9 years ago

Admin functionality to blacklist is going to go into the UI, but Beavis will look for blacklisted songs in the db as of the next commit.