From 52be633d1f3b2b0c48633bb281908f4c71064fb9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 10 Jan 2026 12:21:11 +0100 Subject: [PATCH] Document who/set-ts params of invex list This is supported by Charybdis/Solanum, Ergo, Hybrid/Plexus4, Insp, ngIRCd, Unreal; but not by irc2 --- _includes/modern-appendix.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/modern-appendix.md b/_includes/modern-appendix.md index 651efeb..e07594a 100644 --- a/_includes/modern-appendix.md +++ b/_includes/modern-appendix.md @@ -613,10 +613,12 @@ Sent as a reply to the {% message INVITE %} command to indicate that the attempt {% numericheader RPL_INVEXLIST %} - " " + " [ ]" Sent as a reply to the {% message MODE %} command, when clients are viewing the current entries on a channel's [invite-exception list](#invite-exception-channel-mode). `` is the given mask on the invite-exception list. +`` and `` are optional and MAY be included in responses. `` is either the nickname or nickmask of the client that set the invite-exception, or a server name, and `` is the UNIX timestamp of when the invite-exception was set. + This numeric should not be confused with {% numeric RPL_INVITELIST %}, which is used as a reply to {% message INVITE %}. This numeric is sometimes erroneously called `RPL_INVITELIST`, as this was the name used in RFC2812.