Thanks for that, i got that part working, but changed the coding some more to:

Code:
on 1:TEXT:%mp3sendtrig:#:{
  if %mp3sendyn == on {
  if %wanow != nothing {
   var %file = $nopath(%wafile)
   var %time2 = $ctime - 60
   var %check = $readini(ini\songs.ini,%file,$nick)
   if (%check !<= %time2) {
    var %time = $ctime
    /writeini -n ini\songs.ini " $+ %file $+ " $nick %time 
    /dcc send $nick %wafile
   }
  }
  }
}


Yet, that doesn't work at all! blush Any ideas? It's designed to let a user download the same file as long as it has been 1 Minute.