From 70d47ac195170b11660f5f2f2794499858a54ea1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 29 Aug 2022 10:17:42 +0200 Subject: [PATCH] Add ISUPPORT HOSTLEN It's in modern, but it's missing here: https://modern.ircdocs.horse/#hostlen-parameter --- _data/isupport.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/isupport.yaml b/_data/isupport.yaml index a1173fd..84c5df8 100644 --- a/_data/isupport.yaml +++ b/_data/isupport.yaml @@ -335,6 +335,16 @@ values: obsolete: true + - + name: HOSTLEN + format: "HOSTLEN=" + comment: > + Indicates the maximum length of an hostname in octets. + + examples: + - "HOSTLEN=63" + - "HOSTLEN=100" + - name: INVEX format: "INVEX[=letter]"