if i omit_from_output with a trigger i cant send a note replacing the match text?
ive made this trigger and it omits everything even my note :/
thank you
ive made this trigger and it omits everything even my note :/
<trigger
match="(?:\w+) (.+) noses its way cautiously out of the shadows\.$"
omit_from_output="y"
regexp="y"
enabled="y"
send_to="2"
sequence="100"
>
<send>
------------------------------------------------------------------ %1
</send>
</trigger>
thank you