<alias
match="^q last( .*)?"
enabled="y"
send_to="12"
sequence="100"
regexp="y"
script="Report"
>
</alias>
above is the alias i am using in my plugin
in the script="Report" section I was wondering if there was a way to send extra parameters on the script before my plugin actually parses it?
I want to do Report("q") before i send any other data
hopefully i explained this well enough
Ps hopefully i posted in the correct spot, first time posting
match="^q last( .*)?"
enabled="y"
send_to="12"
sequence="100"
regexp="y"
script="Report"
>
</alias>
above is the alias i am using in my plugin
in the script="Report" section I was wondering if there was a way to send extra parameters on the script before my plugin actually parses it?
I want to do Report("q") before i send any other data
hopefully i explained this well enough
Ps hopefully i posted in the correct spot, first time posting