Allow admins to choose either or both IP or name bans to enforce

This commit is contained in:
Deathmax 2011-12-18 20:36:03 +08:00
parent d091f5b52d
commit b497183423
2 changed files with 14 additions and 1 deletions

View file

@ -217,6 +217,12 @@ namespace TShockAPI
[Description("Kicks users using a proxy as identified with the GeoIP database")]
public bool KickProxyUsers = true;
[Description("Kicks banned users by their name")]
public bool EnableNameBans = false;
[Description("Kicks banned users by their IP")]
public bool EnableIPBans = true;
public static ConfigFile Read(string path)
{
if (!File.Exists(path))