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

50 lines
1.5 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.**
:::
# 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">&lt;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">&lt;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)