I edited the code, forgot to filter out the channel, $readini read the data, not the item, $ini can be used to find all sections/items
If you want the fastest, you could try to use /filter (with -k) for that too, which would read the file faster, but you would have to match something like [*] to grab all the sections first, then use $readini(file,<matched_section>,points) anyway

edit: something like:

//filter -kgff points.ini mycallback /^\[ $+ $1.+\..+\]$/
alias mycallback aline @. $left($gettok($1-,-1,46),-1) $readini(points.ini,$1-,points)

Last edited by Wims; 30/04/14 09:40 AM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel