From 690e7f46cc95836bc2d8c9706e556ef6ca140407 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 22 Jun 2025 18:55:35 +0200 Subject: [PATCH] Relax ISUPPORT key syntax to allow vendor prefixes See the discussion linked below for more background on the motivation. Closes: https://github.com/ircdocs/modern-irc/issues/250 --- _includes/modern-appendix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/modern-appendix.md b/_includes/modern-appendix.md index b1219a9..4cf5896 100644 --- a/_includes/modern-appendix.md +++ b/_includes/modern-appendix.md @@ -252,7 +252,7 @@ Part of the post-registration greeting. Clients SHOULD discover available featur The ABNF representation for an `RPL_ISUPPORT` token is: token = *1"-" parameter / parameter *1( "=" value ) - parameter = 1*20 letter + parameter = 1*20 (letter / "." / "/") value = * letpun letter = ALPHA / DIGIT punct = %d33-47 / %d58-64 / %d91-96 / %d123-126