Can you give me an idea of what your columns and rows in your excel file should look like, and what stats you want exactly from the lusers, and what should be portrayed as a percentage against what number.

If you give me a detailed representation of what the columns/rows should look like, then I can make some code for you that will deliver you a graph that you can drawpic inside an mIRC picture window, or that you can load inside any window with /background.

Be detailed, or I won't bother.

Anyway, you can start out with this:

Code:
#lusers on
on *:snotice:*:{
  if ($network == efnet) && (& clients have connected since * iswm $1-) echo -ac info $1 $ctime($6-)
  elseif ($network == undernet) && (highest connection count: * iswm $1-) echo -ac info $4 $remove($5,$chr(40))
}

raw 250:*: echo -ac info $5 $remove($6,$chr(40))
raw 251:*: echo -ac info $4 $7 $10
raw 252:*: echo -ac info $2
raw 253:*: echo -ac info $2
raw 254:*: echo -ac info $2 
raw 255:*: echo -ac info $4 $7
raw 265:*: echo -ac info $5 $7
raw 266:*: echo -ac info $5 $7
#lusers end


I put the echo's there without halting the default text, so that you can see what each $N parameter stands for. It might not be the complete list, but it got everything on Dalnet, Undernet, Efnet, and Rizon.

EDIT: I'm going home now, so I can only reply tomorrow.


Gone.