All right, at the risk of looking stupid, I need help figuring out aliases. When I transferred an .mca file from an older version of MUSHclient, a few things were added to the aliases:
OLD ALIAS: runhere sends: run ewsne
NEW ALIAS: ^runhere(.*)$ sends: run ewsne%1
The '^', '(.*)', '$', and the '%1' were added by the program (at least I imagine they were because I didn't do it :) ). What do these symbols do? And why were they added? I understand the %1 is a wildcard and will substitute text for the wildcard. However, in the help alias examples, I don't find an example of the other symbols in the particular position they are in.
What I'd like to do is to change them back to the original alias, however, if there is a better way to use the alias with these symbols, of course I'd rather have that.
Thank you
OLD ALIAS: runhere sends: run ewsne
NEW ALIAS: ^runhere(.*)$ sends: run ewsne%1
The '^', '(.*)', '$', and the '%1' were added by the program (at least I imagine they were because I didn't do it :) ). What do these symbols do? And why were they added? I understand the %1 is a wildcard and will substitute text for the wildcard. However, in the help alias examples, I don't find an example of the other symbols in the particular position they are in.
What I'd like to do is to change them back to the original alias, however, if there is a better way to use the alias with these symbols, of course I'd rather have that.
Thank you