Fixed skip messages not appearing in chat

This commit is contained in:
Matthieu Grieger 2014-12-29 02:36:00 -08:00
parent c25180d38b
commit 7889bbb967

View file

@ -179,7 +179,7 @@ func skip(user string, admin bool) error {
return errors.New("An error occurred while stopping the current song.") return errors.New("An error occurred while stopping the current song.")
} }
} else { } else {
return errors.New("Not enough skips have been reached to skip the song.") return nil
} }
} else { } else {
return errors.New("An error occurred while adding a skip to the current song.") return errors.New("An error occurred while adding a skip to the current song.")