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

#endif