From 3083b0f2f25d772042d0b0d2bf548d9794ecef01 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 3 Jul 2013 21:23:14 +0000 Subject: - ircd_defs.h: increased KILLLEN, REASONLEN, KICKLEN, and AWAYLEN to 180 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2349 82007160-df01-0410-b94d-b575c5fd34c7 --- include/ircd_defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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) -- cgit