Hi,

It's been a while since I last scripted so I need some help.

Basically, what I want to do is list the nicknames of the people who are /away in another color, say color 15 (light grey in the default scheme)

Since there is no on away event I'd use a timer to check the away status of every nick in the activated channel (other channels are invisible the way I use mIRC so it would be a waste of resources to check them too), and if a nick is away change it's color to 15, else, change nothing. What would that look like in code? :p

Thanks in advance!