I use this code currently for the first person in my chat to use. and when they do !first nightbot will call up how many times they've gotten !first +1. As it is, the command has to be used by the person who wants their list to have +1 added. I am trying to have the command work where id do !first @member and it would respond "User Has arrived First X+1 times." Right now if i do !first @member it will call my list and add 1 to my list not the @'ed person. Thanks for your time!
!first
$(eval C=$(urlfetch json https://twitch.center/customapi/quote/list?token=PUBLICTOKEN&no_id=1).split(,);A=$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATETOKEN&data=$(user),);x=0;for(i=0;i<C.length-1;i++){if(C[i]==$(user)){x++}};$(user) has arrived First ${x+1} times!)