Increase the linebuf length to fit a full message including tags.
This commit is contained in:
parent
ef0e670392
commit
899b4cd3eb
@ -503,7 +503,7 @@ typedef struct server
|
||||
char servername[128]; /* what the server says is its name */
|
||||
char password[86];
|
||||
char nick[NICKLEN];
|
||||
char linebuf[2048]; /* RFC says 512 chars including \r\n */
|
||||
char linebuf[8704]; /* RFC says 512 chars including \r\n, IRCv3 message tags add 8191, plus the NUL byte */
|
||||
char *last_away_reason;
|
||||
int pos; /* current position in linebuf */
|
||||
int nickcount;
|
||||
|
Loading…
Reference in New Issue
Block a user