Skip to content

Commit

Permalink
Add implementation consideration about custom unprefixed modes
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Mar 27, 2022
1 parent 1e1bd77 commit 5107efb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion extensions/named-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ copyrights:
email: "[email protected]"
-
name: "Val Lorentz"
period: "2021"
period: "2021-2022"
email: "[email protected]"

---
Expand Down Expand Up @@ -365,3 +365,14 @@ This token MUST have an integer value greater than 0.
Servers should use this token to communicate to clients the maximum numbers of modes changes in a single PROP request. In the absence of this token or its value, they should assume it is 1.

Clients MUST support receiving PROP updates with more changes than the value of `MAXMODES`.


## Implementation considerations

*This section is not normative*

Servers implementing non-standard modes may allow clients to send them both with
and without their vendor prefix.
To avoid clashes with other implementations and future IRCv3 extensions, they
should however avoid advertising (via `RPL_CHMODELIST`/`RPL_UMODELIST`) or
sending them without the vendor prefix.

0 comments on commit 5107efb

Please sign in to comment.