From: pk910 Date: Thu, 7 Jul 2011 20:40:45 +0000 (+0200) Subject: increased TOPICLEN to 500 X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=daa82df853f8fcfaf837da0fb7674a535749a44a increased TOPICLEN to 500 --- diff --git a/src/hash.h b/src/hash.h index 510f5f7..364b5f5 100644 --- a/src/hash.h +++ b/src/hash.h @@ -102,7 +102,7 @@ #define USERLEN 10 #define HOSTLEN 63 #define REALLEN 50 -#define TOPICLEN 250 +#define TOPICLEN 500 #define CHANNELLEN 200 #define MAXOPLEVEL 999