It'd have to be if ( $me isop $chan ) { echo -a PUTONES MOÑA }

However we can remove that IF statement by adding a @ prefix.

Code:
On [color:red]@[/color]*:Join:#: {
  echo -a PUTONES MOÑA
}



Hope this helps.

-Andy