Hi all,

I'm new to the whole scripting world but I know very simple things enough to get me by. I have a 'request script' in my channel, so when someone requests an album to be uploaded to our channel ftp, it announces as such

[06:35] <beloved> .addreq test
[06:35] <[br0ke]>[ NEW REQUEST ] test added by beloved.

what that does is write to a text file called request.txt
Which looks like so..

test by beloved

so then when someone wants to see the 'request list' by doing .req, it just reads request.txt

then .fillreq * searches the text file to see if * is in there and if so it displays

[ FILLED REQUEST ] for whatever they are filling

and then it deletes the line from the text file.

So I admit, this isn't the smoothest way of going about it but it works and very functional for what we use it for.

My question is...

Is it possible to do a .reqstats script where it lists what nicks have filled a number of requests.

Example:

<beloved>.reqstats
<b0t>beloved has filled 19 requests as of 10/18/2016 which is 80% of total requests.

Something like that. Where it shows how many they filled and who is ahead in filling requests. Id if that makes sense or not. If you need anymore info, just reply and I can give you as much as I can


Thanks so much in advance.