AddAlias documentation is a little confusing, so I was hoping someone here could help me.
I am trying to make a plugin that will add aliases within itself. Particularly, the aliases must be sent to script.
Basically, I want to let the user define an alias on the fly that works with another plugin. The alias command input would be:
The plugin should then create an alias that looks like the following, but should keep the aliases within the plugin.
Any help much appreciated.
I am trying to make a plugin that will add aliases within itself. Particularly, the aliases must be sent to script.
Basically, I want to let the user define an alias on the fly that works with another plugin. The alias command input would be:
mobrecon (numerical argument) (string argument using "|")
The plugin should then create an alias that looks like the following, but should keep the aliases within the plugin.
<alias
match="^x(thi|thie|thiev|thieve|thieves)"
enabled="y"
group="mobrecon"
regexp="y"
send_to="12"
sequence="100"
>
<send>Execute("mobstat 546567")</send>
</alias>
Any help much appreciated.