command aliases?
Posted: Mon Oct 10, 2005 8:05 am
Hello, is it possible to add command aliases liek this:
alias "whoami" {
format "" {
target "%n";
type normal;
parameters "/whois %n";
};
type command;
};
This doesnt seem to work, as it seems to me the alias directive may not be ment ot be used this way, but I'm wondering if it's possible to get this to work? (Or if there is another way entirely?)
Thanks.
alias "whoami" {
format "" {
target "%n";
type normal;
parameters "/whois %n";
};
type command;
};
This doesnt seem to work, as it seems to me the alias directive may not be ment ot be used this way, but I'm wondering if it's possible to get this to work? (Or if there is another way entirely?)
Thanks.