From 2480241107c0adede54b78fbff43b72c8e3a9073 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 3 Jan 2015 13:16:22 -0800 Subject: [PATCH] Update README with new commands --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23db533..9cba952 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,15 @@ however, that if a YouTube playlist contains over 25 videos only the first 25 vi ####`!skip` Submits a vote to skip the current song. Once the skip ratio target (specified in `mumbledj.gcfg`) is met, the song will be skipped and the next will start playing. Each user may only submit one skip per song. +####`!skipplaylist` +Submits a vote to skip the current playlist. Once the skip ratio target (specified in `mumbledj.gcfg`) is met, the playlist will be skipped and the next song/playlist will start playing. Each user may only submit one skip per playlist. + ####`!forceskip` An admin command that forces a song skip. +####`!forceskipplaylist` +An admin command that forces a playlist skip. + ####`!volume ?` Either outputs the current volume or changes the current volume. If `desired_volume` is not provided, the current volume will be displayed in chat. Otherwise, the volume for the bot will be changed to `desired_volume` if it is within the allowed volume range.