samuri51 / chillybot

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

AFK option #49

Open mikegaidin opened 10 years ago

mikegaidin commented 10 years ago

Is it possible to make it so bopping doesn't reset an afk timer? I'm thinking of something along the lines of people having to type a word into chat to reset the afk timer. Too many people have autobop.

samuri51 commented 10 years ago

change

 updateAfkPostionOfUser(data.userid); //update the afk position of the speaker    

to

 //updateAfkPostionOfUser(data.userid); //update the afk position of the speaker

around line 1148