forked from PsychoticNinja/ailin-nemui-irssi
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
:::{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"><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)
|
||
|