diff options
| author | Teetime <TeetimeTW@yahoo.de> | 2012-06-13 03:23:03 +0200 |
|---|---|---|
| committer | Teetime <TeetimeTW@yahoo.de> | 2012-06-13 03:23:03 +0200 |
| commit | 977683d4f8f82633ba9ba6a26607b5451bd0c592 (patch) | |
| tree | 27e713566efa8a8e87a4cc5a6bbd8e88c114af81 /src/banmaster/banmaster.h | |
| parent | b297f0995a8e097c60e67d6372128e65c22f908b (diff) | |
| download | zcatch-977683d4f8f82633ba9ba6a26607b5451bd0c592.tar.gz zcatch-977683d4f8f82633ba9ba6a26607b5451bd0c592.zip | |
some changes...
Diffstat (limited to 'src/banmaster/banmaster.h')
| -rw-r--r-- | src/banmaster/banmaster.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/banmaster/banmaster.h b/src/banmaster/banmaster.h index 296dc14d..fb89e3c0 100644 --- a/src/banmaster/banmaster.h +++ b/src/banmaster/banmaster.h @@ -5,7 +5,6 @@ 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'}; |