The code is excellent
Thank you again smile

Code:
on *:text:*:#:{
if ($chan == #chan1) && ($nick == me1) && (hello isin $strip($1-)) { splay sound35kb.wav }
elseif ($chan == #chan1) && ($nick == me2) && (call isin $strip($1-)) { splay sound35kb.wav }
elseif ($chan == #chan2) && ($nick == me3) && (there isin $strip($1-)) { splay sound35kb.wav }
}   


I also added the (text isin $strip($1-)) --> Thanks