From 1ebf04cab040964f7c2c75ed1adcecf593ea85d8 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 10 Jan 2026 12:16:32 +0100 Subject: [PATCH 1/2] Mention that on some IRCds, INVITEs allow users to join despite +l This is supported by Bahamut, Charybdis/Solanum, Ergo, Insp, irc2, ircu2/Nefarious, and Unreal. But not by Hybrid/Plexus4 or ngIRCd. --- _includes/modern-appendix.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/modern-appendix.md b/_includes/modern-appendix.md index 651efeb..ffcab0b 100644 --- a/_includes/modern-appendix.md +++ b/_includes/modern-appendix.md @@ -102,6 +102,8 @@ This channel mode controls whether new users may join based on the number of use If this mode is set on a channel, and the number of users joined to that channel matches or exceeds the value of this mode, new users cannot join that channel. If a client sends a `JOIN` request for this channel, they will receive an {% numeric ERR_CHANNELISFULL %} reply and the command will fail. +Servers MAY allow {% message INVITE %} messages by channel members to except a user from the limit. + ### Invite-Only Channel Mode This mode is standard, and the mode letter used for it is `"+i"`. From 036f8fec82ffe2051cacff87ec9788623438ce11 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 10 Jan 2026 22:42:44 +0100 Subject: [PATCH 2/2] Fix typo --- _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 ffcab0b..472cd43 100644 --- a/_includes/modern-appendix.md +++ b/_includes/modern-appendix.md @@ -102,7 +102,7 @@ This channel mode controls whether new users may join based on the number of use If this mode is set on a channel, and the number of users joined to that channel matches or exceeds the value of this mode, new users cannot join that channel. If a client sends a `JOIN` request for this channel, they will receive an {% numeric ERR_CHANNELISFULL %} reply and the command will fail. -Servers MAY allow {% message INVITE %} messages by channel members to except a user from the limit. +Servers MAY allow {% message INVITE %} messages by channel members to exempt a user from the limit. ### Invite-Only Channel Mode