Horst

I tried the:

Code:
if (Twitter Update isin $strip($1-)) && (!%twitter.updated) {
echo #newbox $1-
set -eu5 %twitter.updated x
}
elseif (%twitter.updated) {
echo #newbox $1-
unset %twitter.updated
}
elseif (http://twitter.com/ScoobeeDoo isin $strip($1-)) { echo #newbox $1- }

and it works well, now how can I tell it to also play a wav file when the first line is echoed?

my file is located at C:\Program Files\mIRC\sounds\twitter.wav

thanks again