[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

topiclen fix



Hello,

I want to suggest we increas the topiclen from 80 to 160 characters.
I checked with older clients and there doesn't seem to be a problem with
this. Not even remote. So when we go to 2.11 we should go with TOPICLEN 160?

See attached patch :)

Thomas

-- 

As you get older, you get slower! - I do apologize!
--- common/struct_def.h~	Mon Jan 15 19:22:23 2001
+++ common/struct_def.h	Mon Jan 15 19:22:31 2001
@@ -47,7 +47,7 @@
 				*/
 #define	USERLEN		10
 #define	REALLEN	 	50
-#define	TOPICLEN	80
+#define	TOPICLEN	160
 #define	CHANNELLEN	50
 #define	PASSWDLEN 	20
 #define	KEYLEN		23