From 0b2437407f7fb71b787d6c832c00845a32139b6c Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 4 Jan 2026 17:35:50 +0200 Subject: [PATCH] ircd_defs.h: increase NICKLEN to 31 --- include/ircd_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ircd_defs.h b/include/ircd_defs.h index c3138233..f37166b5 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -34,11 +34,11 @@ * Because certain networks are very helpful in finding bugs, the below * is a default that can easily be overridden in CFLAGS. Just add * -DNICKLEN=15 to CFLAGS during configure, and you can forget about - * it. Thanks for helping debug guys. + * it. * See also F:NICKLEN in ircd.conf. */ #ifndef NICKLEN -#define NICKLEN 15 +#define NICKLEN 31 #endif /** Maximum length allowed of a user name, including an optional * leading '~' if the user name has not been authenticated by an auth (RFC 931)