| # | 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 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |