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
13 changes: 11 additions & 2 deletions _data/channelmodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,18 @@
- mode: m
name: moderated
description: |
Only opped and voiced users can send to the channel. This mode does not
prevent users from changing nicks.
Only opped (`+o`) and voiced (`+v`) users can send to the channel.
This mode does not prevent users from changing nicks.
- mode: 'n'
name: prevent external send
description: |
Users outside the channel may not send messages to it.
Keep in mind that bans and quiets will not apply to external users.
- mode: o
name: operator
description: |
Matching users are channel operators. They have full control over modes
and the topic, and may ban, kick, quiet, or op other users.
- mode: p
name: private
description: |
Expand Down Expand Up @@ -166,6 +171,10 @@
Receive messages that are filtered server side by Libera.Chat based on
content, usually spam. Set `+u` if you want the channel to receive these
messages. Also see the corresponding [user mode](/guides/usermodes).
- mode: v
name: voiced
description: |
Allows matching users to speak regardless of `+m` or `+q` flags.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Allows matching users to speak regardless of `+m` or `+q` flags.
Allows matching users to speak regardless of `+m` or `+q` flags. Also
recommended for bots that talk in channels, as it exempts matching
users from some channel flood controls, and will prevent network
staff and the network's spam-management bots from being notified.

- mode: z
name: reduced moderation
description: |
Expand Down