diff options
Diffstat (limited to 'include')
-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 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 |