From 4e2cb1693a97613221c4b805610a5b9f7f49f83b Mon Sep 17 00:00:00 2001 From: mpan Date: Thu, 24 Jul 2025 13:28:01 +0200 Subject: [PATCH 1/2] Channel modes `+v` and `+o` Signed-off-by: mpan --- _data/channelmodes.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_data/channelmodes.yml b/_data/channelmodes.yml index 1d978113..1118d33d 100644 --- a/_data/channelmodes.yml +++ b/_data/channelmodes.yml @@ -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: | @@ -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. - mode: z name: reduced moderation description: | From 0451ca9f30c46cf61dafadf56c87557922554fd7 Mon Sep 17 00:00:00 2001 From: mpan-pl Date: Wed, 15 Oct 2025 22:15:42 +0200 Subject: [PATCH 2/2] Accept the amendment to +v from aaronmdjones Co-authored-by: Aaron Jones --- _data/channelmodes.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_data/channelmodes.yml b/_data/channelmodes.yml index 1118d33d..c8b48361 100644 --- a/_data/channelmodes.yml +++ b/_data/channelmodes.yml @@ -174,7 +174,10 @@ - mode: v name: voiced description: | - 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: |