about summary refs log tree commit diff
path: root/src/banmaster/banmaster.h
blob: fb89e3c08455fcade80bded708a9679f52a43d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
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_IPBAN[] = {255, 255, 255, 255, 'i', 'p', 'b', 'a'};
static const char BANMASTER_IPCHECK[] = {255, 255, 255, 255, 'i', 'p', 'c', 'h'};
static const char BANMASTER_IPREPORT[] = {255, 255, 255, 255, 'i', 'p', 'r', 'e'};

#endif