// shouldnt be needed
Code:
on 1:text:*:#: {
  if (($me isin $strip($1-)) && ($active != $chan)) {
    echo -a  Your nick was said in  $chan 
  }
}

works fine for me
make sure you dont have it in the same file with another text event as they will conflict

Last edited by NeUtRoN_StaR; 13/01/06 10:49 PM.