summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-03 21:23:14 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-07-03 21:23:14 +0000
commit3083b0f2f25d772042d0b0d2bf548d9794ecef01 (patch)
tree81101af3dfdd945d369b3291ad16a3c09b630ddc /include
parentd037b46bf96c30c17c89b10eb9e369b5639fe1c1 (diff)
- 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
Diffstat (limited to 'include')
-rw-r--r--include/ircd_defs.h8
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)