diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 7ee9f4d11..4423f8cfa 100644 --- a/src/process.c +++ b/src/process.c @@ -309,7 +309,7 @@ void process() Message *current = NULL; char source[64]; char cmd[64]; - char buf[1024]; /* Most need only 512, InspIRCd 2.0 needs more though.. */ + char buf[4096]; /* Most need only 512, InspIRCd 2.0 is seriously oversized though.. */ char *s; int ac; /* Parameters for the command */ char **av; |