Pass-through ISUPPORT LINELEN

Can be used by the server to indicate support for a greater message
size limit.
This commit is contained in:
Simon Ser 2022-08-28 18:53:41 +02:00
parent 6ba63aec4f
commit f4af7975d3

View file

@ -279,6 +279,7 @@ var passthroughIsupport = map[string]bool{
"HOSTLEN": true,
"INVEX": true,
"KICKLEN": true,
"LINELEN": true,
"MAXLIST": true,
"MAXTARGETS": true,
"MODES": true,