diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 9bd570c92..5eae2f189 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -40,6 +40,11 @@ #define IDENTMAX 9 #define MAXSOCKS 64 +#define MAXQUIT 255 +#define MAXCOMMAND 32 +#define MAXTOPIC 307 +#define MAXKICK 255 + #define DEBUG 10 #define VERBOSE 20 #define DEFAULT 30 |