Don't use any wildcards in the matchtext section of the event.

on *:TEXT:hello:#chan:
This matches only when "hello" is said

on *:TEXT*hello*:#chan:
This matches when "hello" is anywhere in the line.