diff options
-rw-r--r-- | include/ircd_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ircd_defs.h b/include/ircd_defs.h index 22e9630..8668d5b 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -43,7 +43,7 @@ #define PORTNAMELEN 6 /* ":31337" */ #define HOSTIPLEN 45 /* sizeof("ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255") */ -#define PASSWDLEN 20 +#define PASSWDLEN 128 #define IDLEN 12 /* this is the maximum length, not the actual generated length; DO NOT CHANGE! */ #define REALLEN 50 |