1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 02:06:36 +02:00

fixed modebuf, parabuf sizes

This commit is contained in:
luke
2002-08-01 17:56:54 +00:00
parent 9e205fe3d5
commit b22f4c890b
+1 -1
View File
@@ -100,7 +100,7 @@ static char *PartFmt2 = ":%s PART %s :%s";
* some buffers for rebuilding channel/nick lists with ,'s
*/
static char nickbuf[BUFSIZE], buf[BUFSIZE];
char modebuf[MODEBUFLEN], parabuf[MODEBUFLEN];
char modebuf[MAXMODEPARAMS*2+1], parabuf[504];
#include "sjoin.h"
#ifdef USE_LONGMODE