From e536bd182da166c555e3e5747dffa31cc87317b9 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:24:20 +0100 Subject: Support 40 character nicks. --- include/ircd_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd_defs.h b/include/ircd_defs.h index 85cf3a2..78412c2 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -36,7 +36,7 @@ #define IRCD_BUFSIZE 512 /* WARNING: *DONT* CHANGE THIS!!!! */ #define HOSTLEN 63 /* Length of hostname. Updated to comply with RFC 1123 */ -#define NICKLEN 30 +#define NICKLEN 40 #define USERLEN 10 #define SVIDLEN 30 #define PORTNAMELEN 6 /* ":31337" */ -- cgit