Search found 3 matches

by RowBot
Sat May 29, 2004 12:40 pm
Forum: Unreal 3.2 Support
Topic: Admin ban (ban nick exceptions)
Replies: 8
Views: 5048

yes i did rehash many times and here it is:
[email protected]
by RowBot
Fri May 28, 2004 11:16 pm
Forum: Unreal 3.2 Support
Topic: Admin ban (ban nick exceptions)
Replies: 8
Views: 5048

Ok tried that but i get:
Admin_RowBot Erroneous Nickname: Reserved for Admins
Here is the code im using in the config see ne errors?

Code: Select all

ban nick {
	mask "Admin_*";
	reason "Reserved for Admins";
};
except tkl {
	mask "admin@*.dsl.pol.co.uk";
	type "qline";
};
by RowBot
Thu May 27, 2004 4:58 am
Forum: Unreal 3.2 Support
Topic: Admin ban (ban nick exceptions)
Replies: 8
Views: 5048

Admin ban (ban nick exceptions)

Hey there,
I am using the following code to ban people using the nick Admin

ban nick {
mask "Admin_*";
reason "Reserved for Admins";
};

Is their a way to make it allow just 1 admin nick so it lets me on? I have tried the following but dont think it works

except ban {
mask [email protected] ...