diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 7 |
1 files changed, 0 insertions, 7 deletions
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() |