Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _includes/modern-appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 exempt a user from the limit.

### Invite-Only Channel Mode

This mode is standard, and the mode letter used for it is `"+i"`.
Expand Down