diff options
| author | Teetime <teetimetw@yahoo.de> | 2011-11-03 23:10:14 +0100 |
|---|---|---|
| committer | Teetime <teetimetw@yahoo.de> | 2011-11-03 23:10:14 +0100 |
| commit | 4b7ff553be86f2c26954fa4cbb14b4dbf40cf95a (patch) | |
| tree | 9b25870c5b6f8e8c2480334a27de73f0ae955cdd /src/banmaster/banmaster.h | |
| parent | 92621827e04dcf2195a87f3b709f0f920bc11404 (diff) | |
| parent | a42603ba43720b51ba8909d352fc2af88ebba2dd (diff) | |
| download | zcatch-4b7ff553be86f2c26954fa4cbb14b4dbf40cf95a.tar.gz zcatch-4b7ff553be86f2c26954fa4cbb14b4dbf40cf95a.zip | |
added banmaster
Diffstat (limited to 'src/banmaster/banmaster.h')
| -rw-r--r-- | src/banmaster/banmaster.h | 12 |
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 |