Skip to content

Commit 30bd502

Browse files
committed
add play first|last to help text
1 parent 6b618be commit 30bd502

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/mpd.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ def help(h)
165165
h << "<b>#{@@bot[:controlstring]}pp</b> - Toggle pause/play.<br>"
166166
h << "<b>#{@@bot[:controlstring]}stop</b> - Stop playing.<br>"
167167
h << "<b>#{@@bot[:controlstring]}play</b> - Start playing.<br>"
168+
h << "<b>#{@@bot[:controlstring]}play first</b> - Play the first song in the queue.<br>"
169+
h << "<b>#{@@bot[:controlstring]}play last</b> - Play the last song in the queue.<br>"
168170
h << "<b>#{@@bot[:controlstring]}play <i>number</i></b> - Play title on position <i>number</i> in queue.<br>"
169171
h << "<b>#{@@bot[:controlstring]}songlist</b> - Print the list of ALL songs in the MPD collection.<br>"
170172
h << "<b>#{@@bot[:controlstring]}playlist <i>id</i></b> - Load the playlist referenced by the id.<br>"

0 commit comments

Comments
 (0)