--- src/common/xchat.h 2004-07-01 14:33:50.179212144 -0700 +++ /home/byte/code/xchat/xchat.h 2004-07-01 14:43:25.289782048 -0700 @@ -70,7 +70,7 @@ #define PATHLEN 255 #define DOMAINLEN 100 #define NICKLEN 64 /* including the NULL, so 63 really */ -#define CHANLEN 202 +#define CHANLEN 300 #define PDIWORDS 32 #define safe_strcpy(dest,src,len) {strncpy(dest,src,len); \