Minor documentation updates.

The +M channel mode is documented twice. Merge the two sections.
Clarify that +R restricts both joining and speaking, but does not kick existing unregistered users.
This commit is contained in:
Alex Jaspersen 2021-03-03 19:56:47 -08:00
parent 1762a168e8
commit 9c7e98ab53

@ -781,10 +781,12 @@ This mode is enabled by default, and means that only users who are joined to the
If this mode is unset, users who aren't on your channel can send messages to it. This can be useful with, for example, GitHub or notification bots if you want them to send messages to your channel but don't want them to clutter your channel with by joining and leaving it.
### +R - Registered Only
### +R - Only Registered Users Can Join or Speak
If this mode is set, only users that have logged into an account will be able to join and speak on the channel. If this is set and a regular, un-logged-in user tries to join, they will be rejected.
Unregistered users already joined to the channel will no longer be able to send messages to it, but they will not be kicked automatically. If they leave, they would not be allowed to rejoin.
To set this mode:
/MODE #test +R
@ -795,7 +797,7 @@ To unset this mode:
### +M - Only Registered Users Can Speak
If this mode is set, only users that have logged into an account will be able to speak on the channel. If this is set and a regular, un-logged-in user tries to speak, they will be rejected. Users who have been voiced (+v) are excepted from this restriction.
If this mode is set, only users that have logged into an account will be able to speak on the channel. Unregistered users may still join the channel, unless they are restricted from doing so by another channel mode like +R. When an unregistered user tries to speak, they will be rejected. Users who have been voiced (+v) are excepted from this restriction.
To set this mode:
@ -835,10 +837,6 @@ This mode means that `JOIN`, `PART`, and `QUIT` lines for unprivileged users (i.
This mode means that messages from unprivileged users are only sent to channel operators (who can then decide whether to grant the user `+v`).
### +M - Registered-only speakers
This mode means that unregistered users can join the channel, but only registered users can send messages to it.
## Channel Prefixes
Users on a channel can have different permission levels, which are represented by having different characters in front of their nickname. This section explains the prefixes and what each one means.