Increase max number of words a line can be split into

This may have unintended side-effects but 32 is a very low value
and I was seeing real world bugs being caused by this. Specifically
an ISUPPORT line with more features than this could store.
This commit is contained in:
Patrick Griffis
2020-09-17 15:50:28 -07:00
parent 163608d7fd
commit 453cb7ca79
4 changed files with 14 additions and 10 deletions

View File

@@ -75,7 +75,7 @@
#define DOMAINLEN 100
#define NICKLEN 64 /* including the NULL, so 63 really */
#define CHANLEN 300
#define PDIWORDS 32
#define PDIWORDS 48
#define USERNAMELEN 10
#define HIDDEN_CHAR 8 /* invisible character for xtext */