From 87ed05052df2b4a6731e81117bd0951e4c41df6b Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Wed, 14 Jan 2015 17:51:10 -0800 Subject: [PATCH] Update HELP_HTML string with missing commands --- strings.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/strings.go b/strings.go index 562cc04..ebe61a8 100644 --- a/strings.go +++ b/strings.go @@ -89,10 +89,12 @@ const PLAYLIST_SKIPPED_HTML = ` const HELP_HTML = `
User Commands:

!help - Displays this help.

-

!add - Adds songs to queue.

+

!add - Adds songs to queue.

+

!volume - Either tells you the current volume or sets it to a new volume.

!skip - Casts a vote to skip the current song

-

!numsongs - Shows how many songs are in queue.

!skipplaylist - Casts a vote to skip over the current playlist.

+

!numsongs - Shows how many songs are in queue.

+

!nextsong - Shows the title and submitter of the next queue item if it exists.


Admin Commands:

!reset - An admin command that resets the song queue.