Ok i found another problem, when someone says a number without something else the agents pops up and tells me I'm highlighted.
What could be the problem?

Code atm is:
-----------------------------------------------------------------
on *:text:*:#:{
if $highlight($1-) {
if ( $chan !== $active || $cid != $activecid ) { echo -alt < $+ HIGHLIGHT: $nick @ $chan $+ > $1- }
if !$appactive {
talk You were highlighted by $nick
}
}
}

alias talk {
.gload -h talk default
.gtalk talk $$1-
}
on *:agent:if ( $agentname == talk ) { .gunload talk }
-----------------------------------------------------------------