Nemue It is in exactly what I was looking for.

Rain I tried your ideal and this is the responce I recieved
* /cnick: insufficient parameters I thought $cnick(0) would give me the total entrys in mIRC color list but it is not listed in the help file for $cnick. This was
the first thing I thought of. to see if there was a command that would give me the total number of nicks listed in Nick Color. I
I have even tried this //echo $cnick(0,a) But I get this error msg
* /echo: insufficient parameters
Mirc stateds: $cnick(N/nick, M)
Returns Nth nick in nick color list, or if nick is specified returns Nth position of item in list that matches nick. If nick doesn't match any items, returns zero.
Properties: color, modes, levels, method, anymode, nomode, ignore, op, voice, protect, notify, idle
To get a nick's color, you can use $cnick(nick).color. If nick doesn't match any items in the list, returns 'Normal Text' color, or if M = 1, returns 'Listbox text" color. M is optional.