Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/ircd_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
* 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 during configure, and you can forget about
* it. Thanks for helping debug guys.
* it.
* See also F:NICKLEN in ircd.conf.
*/
#ifndef NICKLEN
#define NICKLEN 15
#define NICKLEN 31
#endif
/** Maximum length allowed of a user name, including an optional
* leading '~' if the user name has not been authenticated by an auth (RFC 931)
Expand Down