From aba25d142ea1505cc401cc087f3f02e5db72c02d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 29 May 2005 04:25:25 +0000 Subject: A lot more of the core consts are now configurable at compile time git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1546 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 11ef19f8b..89ce61ae6 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -46,15 +46,8 @@ #define ERROR -1 #define TRUE 1 #define FALSE 0 -#define IDENTMAX 12 #define MAXSOCKS 64 - -// maximum lengths of items - -#define MAXQUIT 255 #define MAXCOMMAND 32 -#define MAXTOPIC 307 -#define MAXKICK 255 // flags for use with log() -- cgit v1.2.3