on *:TEXT:*:#: { if (($istok($1-,$me,32)) && ($chan != $active)) { /echo -a Info: $nick ( $chan ): $1- }

The if ($nick != $me) is not neccesary, text triggers don't affect you.
istok makes sure your name is listed as a word, not in something.


-KingTomato