ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/ircd_defs.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/ircd_defs.h (file contents):
Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 1751 by michael, Wed Jan 16 18:30:52 2013 UTC

# Line 38 | Line 38
38   #define IRCD_BUFSIZE    512     /* WARNING: *DONT* CHANGE THIS!!!!         */
39   #define HOSTLEN          63     /* Length of hostname. Updated to comply
40                                     with RFC 1123 */
41 + #define NICKLEN         30
42   #define USERLEN          10
43   #define PORTNAMELEN 6  /* ":31337" */
44  
# Line 49 | Line 50
50   #define KILLLEN         90
51   #define LOCAL_CHANNELLEN 50
52   #define CHANNELLEN      200
53 + #define TOPICLEN        300
54   #define REASONLEN       120
55   #define KICKLEN         160
56   #define AWAYLEN         160

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines