From c3fb7f2ad6966d1e46ae6b8e906881261fdd9558 Mon Sep 17 00:00:00 2001 From: ajaspers Date: Tue, 3 Aug 2021 21:31:54 -0700 Subject: [PATCH] Document mute extbans Fixes #1747. --- docs/MANUAL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index b171a4d2..8585dba2 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -721,6 +721,14 @@ To view the bans that exist on the channel, you can do this instead: /MODE #test b +#### Extended Bans + +Users can be muted rather than banned by prefixing a ban mask with `m:`. This prevents matching users from speaking in the channel, without kicking them or preventing them from joining the channel. For example, to mute a user named **bob** in the channel #test: + + /MODE #test +b m:bob!*@* + +The mute can be removed with `-b` instead of `+b`. + ### +e - Ban-Exempt With this channel mode, you can change who's allowed to bypass bans. For example, let's say you set these modes on the channel: