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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user