Try this:
Code:
alias -l triggerchans { return #endlos #anotherchan #bla }

on 1:text:*matchtext*:*: { 
  if (($query($target)) || ($istok($triggerchans,$target,32))) { echo -s triggering at $target }
}