I have a simple script:
Code
on *:TEXT:sample:#: {
  echo -a Hi.
}

Quite simple.
If I'm in a channel and type the trigger word: “sample” in this case, the even is not fired.
If another person in the channel types the word the event is fired.

Is this a configuration setting that I forgot to flip or is it a known bug?