X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Foverall.h;h=cee57955cd4779a5ac8456523ca43d5e01f4d5f8;hb=8a1a716ef73af7b5288f7b5f8ab1b37be80f1247;hp=c5da71ba124b71fa3a5db415b76471747897d8e8;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10;p=NeonServV5.git diff --git a/src/overall.h b/src/overall.h index c5da71b..cee5795 100644 --- a/src/overall.h +++ b/src/overall.h @@ -1,4 +1,4 @@ -/* overall.h - NeonServ v5.5 +/* overall.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -19,8 +19,8 @@ #define _overall_h #include "../config.h" -#define NEONSERV_VERSION "5.5" -#define VERSION_PATCHLEVEL 707 +#define NEONSERV_VERSION "5.6" +#define VERSION_PATCHLEVEL 736 #include #include @@ -137,7 +137,7 @@ #define BOTWAR_DETECTION_TIME 7 #define BOTWAR_DETECTION_EVENTS 6 #define REWHO_TIMEOUT 10 /* wait 10 seconds before WHO an unauthed user again */ -#define TICKS_PER_SECOND 10 +#define CLEAR_CACHE_INTERVAL 10 //valid nick chars #define VALID_NICK_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890{|}~[\\]^-_`"