hum, thanx but how do you just block the highlight and not completely the nickname
what i want is to prevent a special nickname to highligh me, but without blocking the text
maybe the best is to do
on *^:text:*:#:{
if ($highlight($1-) && !isnum $1- && $nick == nickname) {
echo -t $chan < $+ $nick $+ > $1-
halt
}
}