<triggers>
<trigger
enabled="y"
keep_evaluating="y"
match="Hello there (.*?)"
regexp="y"
send_to="2"
sequence="100"
other_text_colour="black"
other_back_colour="black"
>
<send>%1</send>
</trigger>
</triggers>
This trigger matches, but doesn't send anything to output... To match, I use "Poromenos says 'Hello there Poromenos'", and nothing. What am I not seeing?