<triggers>
<trigger
custom_colour="2"
enabled="y"
match="You put a * in a *."
name="container"
send_to="9"
sequence="100"
variable="container"
>
<send>%2</send>
</trigger>
</triggers>
then
<aliases>
<alias
match="^get (.*?) from$"
enabled="y"
expand_variables="y"
regexp="y"
keep_evaluating="y"
sequence="100"
>
<send>get %1 @container</send>
</alias>
</aliases>
both trigger and alias work but not how i want
each time the trigger sets off it clears the variable
instead of adding it to the list like a want. can anyone help?
<trigger
custom_colour="2"
enabled="y"
match="You put a * in a *."
name="container"
send_to="9"
sequence="100"
variable="container"
>
<send>%2</send>
</trigger>
</triggers>
then
<aliases>
<alias
match="^get (.*?) from$"
enabled="y"
expand_variables="y"
regexp="y"
keep_evaluating="y"
sequence="100"
>
<send>get %1 @container</send>
</alias>
</aliases>
both trigger and alias work but not how i want
each time the trigger sets off it clears the variable
instead of adding it to the list like a want. can anyone help?