alias help

Posted by Brianz19 on Thu 23 Mar 2006 04:46 AM — 3 posts, 13,506 views.

#0
i want to make an alias..well i think it would be an alias where whenever i type

k *

it sends:

k *
alias 814 k *



* = the variable

my problem is i dont know how to make it so that it reads what the first * is and puts it in for the other things if that makes any sense..
Australia Forum Administrator #1
Use %1 to match the first wildcard:


<aliases>
  <alias
   match="k *"
   enabled="y"
   sequence="100"
  >
  <send>k %1
alias 814 k %1</send>
  </alias>
</aliases>

#2
thank you so much! works like a charm!

btw mushclient is awesome!