Skip to content

Commit 0a1043c

Browse files
committed
Add ISUPPORT HOSTLEN
It's in modern, but it's missing here: https://modern.ircdocs.horse/#hostlen-parameter
1 parent a1fa504 commit 0a1043c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_data/isupport.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,16 @@ values:
335335

336336
obsolete: true
337337

338+
-
339+
name: HOSTLEN
340+
format: "HOSTLEN=[number]"
341+
comment: >
342+
Indicates the maximum length of an hostname in octets.
343+
344+
examples:
345+
- "HOSTLEN=63"
346+
- "HOSTLEN=100"
347+
338348
-
339349
name: INVEX
340350
format: "INVEX[=letter]"

0 commit comments

Comments
 (0)