deny forbid channels
Posted: Mon Jul 12, 2004 5:04 pm
Hello,
I use Unreal 3.2.1 and I would like to know if it's possible to deny all channels starting with non-alphanumeric (a-z 0-9).
Actually, I deny them one by one like:
deny channel {
channel "#!*";
reason "forbid channel";
};
deny channel {
channel "#-*";
reason "forbid channel";
};
Can I block them with only one command ?
Any suggestion ?
If not ... how can I deny channels starting with * and ? , ie:
#*myroom
#?myroom
Thanks
I use Unreal 3.2.1 and I would like to know if it's possible to deny all channels starting with non-alphanumeric (a-z 0-9).
Actually, I deny them one by one like:
deny channel {
channel "#!*";
reason "forbid channel";
};
deny channel {
channel "#-*";
reason "forbid channel";
};
Can I block them with only one command ?
Any suggestion ?
If not ... how can I deny channels starting with * and ? , ie:
#*myroom
#?myroom
Thanks