about summary refs log tree commit diff
path: root/src/engine/shared/network.h
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2011-09-06 16:49:55 +0200
committeroy <Tom_Adams@web.de>2011-12-04 14:22:59 +0100
commitb2a825652d8588dfb7f1c793403ca05555b1d75f (patch)
treebca6c4f30d0d2feb3ee5759c4ea932ea9fdd028a /src/engine/shared/network.h
parent873c5a77bcf5331b07ae91510492fdd07c89509c (diff)
downloadzcatch-b2a825652d8588dfb7f1c793403ca05555b1d75f.tar.gz
zcatch-b2a825652d8588dfb7f1c793403ca05555b1d75f.zip
added a command to unban all
Diffstat (limited to 'src/engine/shared/network.h')
-rw-r--r--src/engine/shared/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/network.h b/src/engine/shared/network.h
index d10c03b6..a9ace4e3 100644
--- a/src/engine/shared/network.h
+++ b/src/engine/shared/network.h
@@ -310,6 +310,7 @@ public:
 	// banning
 	int BanAdd(NETADDR Addr, int Seconds, const char *pReason);
 	int BanRemove(NETADDR Addr);
+	int BanRemoveAll();
 	int BanNum(); // caution, slow
 	int BanGet(int Index, CBanInfo *pInfo); // caution, slow