From d9b138af7a5554075741e5644501b94c8ddc6772 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Sat, 3 Jan 2015 11:49:06 -0800 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b48925..8e8a8c6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ All parameters are optional, the example above shows the default values for each ## COMMANDS These are all of the chat commands currently supported by MumbleDJ. All command names and command prefixes may be changed in `mumbledj.gcfg`. All fields surrounded by `<>` indicate fields that *must* be supplied to the bot for the command to execute. All fields surrounded by `<>?` are optional fields. -####`!add ` -Adds a YouTube video's audio to the song queue. If no songs are currently in the queue, the audio will begin playing immediately. +####`!add ` +Adds a YouTube video's audio to the song queue. If no songs are currently in the queue, the audio will begin playing immediately. YouTube playlists may also be added using this command. Please note, +however, that if a YouTube playlist contains over 25 videos only the first 25 videos will be placed in the song queue. ####`!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.