summaryrefslogtreecommitdiff
path: root/include/ircd_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ircd_defs.h')
-rw-r--r--include/ircd_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ircd_defs.h b/include/ircd_defs.h
index 55215eb..2756ea1 100644
--- a/include/ircd_defs.h
+++ b/include/ircd_defs.h
@@ -38,6 +38,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 USERLEN 10
#define PORTNAMELEN 6 /* ":31337" */
@@ -49,6 +50,7 @@
#define KILLLEN 90
#define LOCAL_CHANNELLEN 50
#define CHANNELLEN 200
+#define TOPICLEN 300
#define REASONLEN 120
#define KICKLEN 160
#define AWAYLEN 160