This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/bot
Jason Waataja caf2003d96 Fix addnext failing on an empty queue
Previously, addnext would try to unconditionally add at index one into a
queue. This panicked if the queue was empty. Added two protections, one
that checks the index in the InsertTrack function, the other in the
addnext command itself to insert at zero if the queue is empty.
2018-07-20 17:49:10 -07:00
..
cache.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
config.go https://github.com/matthieugrieger/mumbledj/issues/182: Added back track/playlist submitter immediate skipping 2016-11-05 19:39:31 -07:00
config_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
mumbledj.go p12 files can now be provided to the bot to authenticate as a registered user 2016-07-10 20:41:51 -07:00
playlist.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
playlist_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
queue.go Fix addnext failing on an empty queue 2018-07-20 17:49:10 -07:00
queue_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skiptracker.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skiptracker_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
startup.go p12 files can now be provided to the bot to authenticate as a registered user 2016-07-10 20:41:51 -07:00
track.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
track_test.go Implemented rest of track tests 2016-06-21 23:01:54 -07:00
youtube_dl.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00