File: nicklen.hack

package info (click to toggle)
ircd 2.10.04-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,248 kB
  • ctags: 2,145
  • sloc: ansic: 26,591; makefile: 666; sh: 418; perl: 18
file content (12 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --minimal --new-file --recursive --show-c-function --unified=3 orig/include/struct.h work/include/struct.h
--- orig/include/struct.h	Thu Apr 23 14:22:01 1998
+++ work/include/struct.h	Thu Apr 23 14:36:19 1998
@@ -30,7 +30,7 @@
  * General defines
  */
 
-#define NICKLEN		9
+#define NICKLEN		30
 #define USERLEN		10
 #define HOSTLEN		63
 #define REALLEN		50