X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fircd_defs.h;h=6ec4f82083c70bbda81fbdb5928b0c4da6e3bbd1;hb=644949e398fbeae7d921c1eaa0c7663d7e799fc7;hp=07e05e5ced83dbfd501b480a5349b3747e2f29b4;hpb=e09d3d1a4a449e96530f2883c242763b6a04b7b0;p=ircu2.10.12-pk.git diff --git a/include/ircd_defs.h b/include/ircd_defs.h index 07e05e5..6ec4f82 100644 --- a/include/ircd_defs.h +++ b/include/ircd_defs.h @@ -31,8 +31,15 @@ /* * NICKLEN is the maximum length allowed for a nickname + * + * 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 and save your config in .., and you can forget about + * it. Thanks for helping debug guys. */ +#ifndef NICKLEN #define NICKLEN 9 +#endif /* * USERLEN is the maximum length allowed of a user name including an optional * leading '~' if the user name has not been authenticated by an auth (RFC 931)