samuri51 / chillybot

a turntable bot created by a moderator of straight_chillin11
12 stars 12 forks source link

Song Length Limit #27

Closed ghost closed 11 years ago

ghost commented 11 years ago

Which lines of coding belong to the Song Length limit because I want to add it to my turntable.fm bot that I am currently working on?

samuri51 commented 11 years ago

look at the function "checkOnNewSong", everything is happening in there or you should be able to find anything thats needed from there

samuri51 commented 11 years ago

a good indication that you've got enough to make it work is when you know that all variables are declared

ghost commented 11 years ago

How can i declare variables, masterIndex and LIMIT in the Song Length Limit Code?

samuri51 commented 11 years ago

you do not need to use them at all :) all u need is the length of the song and a user defined length

ghost commented 11 years ago

ok, thanks for the help