2022-04-25 19:34:35 +02:00

44 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
:::
# devoice
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/devoice.in
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/modes.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">DEVOICE</span> <span class="synB05">&lt;nicks></span></code></pre></div>
## Parameters ##
A list of nicknames to devoice.
## Description ##
Removes the channel voice privileges from the given nicknames; you may use
the wildcard character '*' in a nickname.
If a channel is moderated, the users will require a voice or op in order to
be able to send messages to the channel.
## Examples ##
/DEVOICE mike
/DEVOICE bob sarah
/DEVOICE jo*n
/DEVOICE *
## See also ##
[DEOP](/documentation/help/deop), [MODE](/documentation/help/mode), [OP](/documentation/help/op), [VOICE](/documentation/help/voice)