--- ircd-hybrid/include/ircd_defs.h 2006/03/21 03:04:18 533 +++ ircd-hybrid/include/ircd_defs.h 2006/03/21 19:06:29 534 @@ -27,15 +27,17 @@ * Otherwise there are no user servicable part here. * */ - /* ircd_defs.h - Global size definitions for record entries used - * througout ircd. Please think 3 times before adding anything to this - * file. - */ + /* + * ircd_defs.h - Global size definitions for record entries used + * througout ircd. DON'T EVER CHANGE ANYTHING IN THIS FILE!! + */ #ifndef INCLUDED_ircd_defs_h #define INCLUDED_ircd_defs_h /* Right out of the RFC */ -#define IRCD_BUFSIZE 512 /* WARNING: *DONT* CHANGE THIS!!!! */ +#define IRCD_BUFSIZE 512 /* Maximum allowed length of a message (510 + CR-LF) */ +#define IRCD_MAXPARA 15 /* Maximum allowed parameters a command may have */ + #define PORTNAMELEN 6 /* ":31337" */ #define REALLEN 50