[IRC-Dev CVS] SF.net SVN: irc-dev:[217] ircd/trunk/include/ircd_defs.h
Brought to you by:
zolty
From: <zo...@us...> - 2008-10-24 06:37:10
|
Revision: 217 http://irc-dev.svn.sourceforge.net/irc-dev/?rev=217&view=rev Author: zolty Date: 2008-10-24 06:37:01 +0000 (Fri, 24 Oct 2008) Log Message: ----------- Subimos NICKLEN global a 30 Modified Paths: -------------- ircd/trunk/include/ircd_defs.h Modified: ircd/trunk/include/ircd_defs.h =================================================================== --- ircd/trunk/include/ircd_defs.h 2008-10-18 11:54:45 UTC (rev 216) +++ ircd/trunk/include/ircd_defs.h 2008-10-24 06:37:01 UTC (rev 217) @@ -39,7 +39,7 @@ * See also F:NICKLEN in ircd.conf. */ #ifndef NICKLEN -#define NICKLEN 15 +#define NICKLEN 30 #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) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |