The script still makes INI file like this:
Thats because the file name has a space, so how would you remove it so that it recognizes the space or gets rid of the space? Here is the current part of the script:
on 1:TEXT:%mp3sendtrig:#:{
if %mp3sendyn == on {
if %wanow != nothing {
var %file = $nopath(%wafile)
var %check = $readini(ini\songs.ini,%file,$user)
if (%check != true) {
writeini -n ini\songs.ini %file $user true
/dcc send $nick %wafile
}
}
}
}