forked from PsychoticNinja/ailin-nemui-irssi
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# silence
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/silence.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">SILENCE</span> <span class="syn10">[<span class="syn14">[<span class="synB">+</span>|<span class="synB">-</span>]</span><span class="syn09"><nick!user@host></span>]</span></code></pre></div>
|
||
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:7ch"><code><span class="synB">SILENCE</span> <span class="syn10">[<span class="syn09"><nick></span>]</span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The nickname or hostname to silence; you must prepend it by the '+' or '-'
|
||
character to indicate whether the entry should be added or removed.
|
||
|
||
If no arguments are given, the list of silence entries will be displayed.
|
||
|
||
## Description ##
|
||
|
||
Manages the server side ignore list; users or hostnames that match an entry
|
||
on the list are not able to send you any messages or invites.
|
||
|
||
This command does not work on all IRC networks.
|
||
|
||
## Examples ##
|
||
|
||
/SILENCE
|
||
/SILENCE +mike
|
||
/SILENCE -mike
|
||
/SILENCE +*!*@*.irssi.org
|
||
/SILENCE -*!*@*.irssi.org
|
||
|
||
## See also ##
|
||
[ACCEPT](/documentation/help/accept), [IGNORE](/documentation/help/ignore)
|
||
|