diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 20:35:20 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 20:35:20 +0000 |
commit | 39c9d1a452f938ae69a3ceda1bb1a874dcea78aa (patch) | |
tree | d1dda98740fb5ce7d49da46e78625a1796ed7bcd /include/inspircd.h | |
parent | fb947d5615d96922efac7ecda941caab77dceb0f (diff) |
Tons more sanity checks and length checks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@366 e03df62e-2008-0410-955e-edbf42e46eb7
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 |