summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-03 20:35:20 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-03 20:35:20 +0000
commit39c9d1a452f938ae69a3ceda1bb1a874dcea78aa (patch)
treed1dda98740fb5ce7d49da46e78625a1796ed7bcd /include
parentfb947d5615d96922efac7ecda941caab77dceb0f (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')
-rw-r--r--include/inspircd.h5
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