X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/29c8637abbfafd8a85a20fe1c3b37a0ffaae9d84..cffd37ee3718677abdb8df905abdb8660f3af8da:/include/ircd_defs.h diff --git a/include/ircd_defs.h b/include/ircd_defs.h index f365d69..686cea4 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -108,7 +108,7 @@ * takes at most 246 bytes (including CRLF and '\0') and together with the * quit reason should fit in 512 */ #define REASONLEN 260 /* kick/part/quit */ -#define BANREASONLEN 390 /* kline/dline/gline */ +#define BANREASONLEN 390 /* kline/dline */ #define AWAYLEN TOPICLEN #define KILLLEN 200 /* with Killed (nick ()) added this should fit in quit */