Also, why is it if I do a whois on someone on the other server, it doesn't show the "server notice mask" (for opers)
IE:
Blaza is Blaza@...... * Blaza
Blaza is using modes +iowghaAxNt
........
Blaza End of /WHOIS list.
-
blz is blz@..... * BLZ
blz is using modes +iowghaAsxNt +kcfvGqso ...
Search found 3 matches
- Mon Oct 17, 2005 5:48 pm
- Forum: Unreal 3.2 Support
- Topic: Can't /mode user across linked servers?
- Replies: 3
- Views: 1610
- Mon Oct 17, 2005 3:58 pm
- Forum: Unreal 3.2 Support
- Topic: Can't /mode user across linked servers?
- Replies: 3
- Views: 1610
Can't /mode user across linked servers?
I have two servers linked (one hub and one leaf), while I can /mode <user> on a local server (to see modes of a user) on either server, but if I /mode <user> and the user is on the other (linked) server, it returns nothing.
Why is this?
Thanks.
Why is this?
Thanks.
- Mon Oct 10, 2005 8:05 am
- Forum: Unreal 3.2 Support
- Topic: command aliases?
- Replies: 1
- Views: 1051
command aliases?
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 ...
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 ...