mirror of
https://github.com/anope/anope.git
synced 2026-07-06 10:33:12 +02:00
Increased command buffer size. Insp 2.0 has a bigger appetite it seems..
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ void process()
|
||||
Message *current = NULL;
|
||||
char source[64];
|
||||
char cmd[64];
|
||||
char buf[512]; /* Longest legal IRC command line */
|
||||
char buf[1024]; /* Most need only 512, InspIRCd 2.0 needs more though.. */
|
||||
char *s;
|
||||
int ac; /* Parameters for the command */
|
||||
char **av;
|
||||
|
||||
Reference in New Issue
Block a user