true;)
Tried on a frech installed PC. Still nothing.
Works fine with just 1 command but not when you add more than that.
ok are you SURE that your setting the proper environment when testing like Billgates ison #channel 1 saying call?
and mom is on channel 2 saying hello?
because that should work just fine I tested the environment and everything runs
HEre try this code remove all exisiting code and make sure notice.wav is in your SOUNDS folder in your miRCdir
on *:text:*:#:{
if ($nick == billgates) && ($nick ison #chat) && (call isin $1-) { echo -a $nick said your name and the word call was in | splay $mircdirsounds\notice.wav }
elseif ($nick == mom) && ($nick ison #channel2) && (hello isin $1-) { echo -a $nick said your name and the word call was in | splay $mircdirsounds\notice.wav }
}