From c88d4a3511cd9706b5c02c576b0445f13391afd3 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 24 Jul 2007 20:21:29 +0000 Subject: Replace some voodoo with a define git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7556 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index b0382e473..f21e03272 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -38,6 +38,11 @@ #include "snomasks.h" #include "cull_list.h" +/** + * Used to define the maximum number of parameters a command may have. + */ +#define MAXPARAMETERS 127 + /** Returned by some functions to indicate failure. */ #define ERROR -1 -- cgit v1.2.3