about summary refs log tree commit diff
path: root/src/banmaster/banmaster.h
diff options
context:
space:
mode:
authorTeetime <TeetimeTW@yahoo.de>2012-03-07 00:05:12 +0100
committerTeetime <TeetimeTW@yahoo.de>2012-03-07 00:05:12 +0100
commit66c44fc229bf8f2f029985a3d712c2518e4e38a9 (patch)
tree9b35dee344f877709bcb050bd7b0ad55e25da081 /src/banmaster/banmaster.h
parent44a47d4253a829abcf50dac5586fd9a351f0c66b (diff)
parenta42603ba43720b51ba8909d352fc2af88ebba2dd (diff)
downloadzcatch-66c44fc229bf8f2f029985a3d712c2518e4e38a9.tar.gz
zcatch-66c44fc229bf8f2f029985a3d712c2518e4e38a9.zip
Merge remote-tracking branch 'heinrich5991/banmaster' into banmaster_v2
Conflicts:
	src/engine/server/server.cpp
	src/engine/server/server.h
	src/engine/shared/config_variables.h
	src/engine/shared/network.h
	src/engine/shared/network_server.cpp
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