Quote:
// 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


thank you, its work fine now smile thank you all