Quote:
Code:
on *:open:?:{
  if (!$hget(msged,$site)) {
    splay $mircdirsounds/pm.wav
    hinc -m msged $site
    hinc -u1 msged temp
  }
} 
on *:text:*:?:{ 
  if ($active != $nick) && (!$hget(msged,temp)) splay $mircdirsounds/pms.wav
}


Sorry for posting but not postiung the sollution. I was told today on my way to work by my brother who also comes here that i forgot to give the code. The sad part is this is the second time i've posted that i forgot to give the code smile

/me chalks it up to old age


Wow! Thanks! It is working :-)

You guys have been a HUGE help!