Stuck with aliases
Posted: Tue Jul 12, 2016 6:23 pm
Hello,
my first experience with kildclient had been really great, but now i am stuck with aliases. I simply want to create an alias like
which should be evaluated (without actually sending something to the mud) to
But whatever i do, i always get warnings about uninitialized values, and the whole thing simply doesnt work. Any examples or suggestions what to do here?
In a second alias later i want to expant "kk" to "kill $target"....
my first experience with kildclient had been really great, but now i am stuck with aliases. I simply want to create an alias like
Code: Select all
^tt (.*)$
Code: Select all
$target = $1
In a second alias later i want to expant "kk" to "kill $target"....