I have a very simple line of code here that basically makes a sound when people type in a channel.

What I'd like it to do is to ONLY make a sound when I'm AWAY, just to get my attention when people are typing in the channel.

Can any experienced script writer help me make this happen?

Code:
on *:TEXT:*:#:{ if (circuit isin $chan) { splay C:\WINDOWS\Media\ding.wav }