about summary refs log tree commit diff
path: root/src/banmaster/banmaster.h
diff options
context:
space:
mode:
authorheinrich5991 <heinrich5991@gmail.com>2011-04-21 17:36:22 +0200
committerheinrich5991 <heinrich5991@gmail.com>2011-04-21 18:05:21 +0200
commit8b62b051c8c5de5af8af3aa06981ce28f8c62420 (patch)
tree333787829fe3511da13aa8de48311dd0170a9880 /src/banmaster/banmaster.h
parentfede33447ae04d79015afadc88db97ee220f0aee (diff)
downloadzcatch-8b62b051c8c5de5af8af3aa06981ce28f8c62420.tar.gz
zcatch-8b62b051c8c5de5af8af3aa06981ce28f8c62420.zip
banmaster for 0.6 with ipv6 support
Diffstat (limited to 'src/banmaster/banmaster.h')
-rw-r--r--src/banmaster/banmaster.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/banmaster/banmaster.h b/src/banmaster/banmaster.h
new file mode 100644
index 00000000..f7c645f7
--- /dev/null
+++ b/src/banmaster/banmaster.h
@@ -0,0 +1,12 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
+#ifndef BANMASTER_BANMASTER_H
+#define BANMASTER_BANMASTER_H
+
+static const int BANMASTER_PORT = 8302;
+
+//static const char BANMASTER_IPOK[] = {255, 255, 255, 255, 'i', 'p', 'o', 'k'};
+static const char BANMASTER_IPBAN[] = {255, 255, 255, 255, 'i', 'p', 'b', 'a'};
+static const char BANMASTER_IPCHECK[] = {255, 255, 255, 255, 'i', 'p', 'c', 'h'};
+
+#endif