summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ircd_defs.h2
1 files changed, 1 insertions, 1 deletions
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" */