diff options
-rw-r--r-- | include/ircd_defs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/ircd_defs.h b/include/ircd_defs.h index 2756ea1..22e9630 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -47,13 +47,13 @@ #define IDLEN 12 /* this is the maximum length, not the actual generated length; DO NOT CHANGE! */ #define REALLEN 50 -#define KILLLEN 90 #define LOCAL_CHANNELLEN 50 #define CHANNELLEN 200 #define TOPICLEN 300 -#define REASONLEN 120 -#define KICKLEN 160 -#define AWAYLEN 160 +#define KILLLEN 180 +#define REASONLEN 180 +#define KICKLEN 180 +#define AWAYLEN 180 #define KEYLEN 23 #define USERHOST_REPLYLEN (NICKLEN+HOSTLEN+USERLEN+5) |