summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-01 23:00:55 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-01 23:00:55 +0200
commit40c5b25db4aef95957788c46de1005708ce000d2 (patch)
treef6cba8f73bf50dd2c611d85d4d5c28d917e0bb47 /include
parent397dea782f9d38ea141d0270a33424376640f5cf (diff)
Remove #define MAXPARAMETERS and "MAXPARA" 005 token
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index d9f7fe59f..6e75cc9a8 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -74,11 +74,6 @@ CoreExport extern InspIRCd* ServerInstance;
#include "inspstring.h"
#include "protocol.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