forked from PsychoticNinja/ailin-nemui-irssi
39 lines
895 B
Plaintext
39 lines
895 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# unsilence
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/unsilence.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:9ch"><code><span class="synB">UNSILENCE</span> <span class="synB05"><nick!user@host></span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The silence pattern to remove.
|
||
|
||
## Description ##
|
||
|
||
Removes an entry from the silence list. This command does not work on all
|
||
IRC networks.
|
||
|
||
## Examples ##
|
||
|
||
/UNSILENCE mike
|
||
/UNSILENCE *!*@*.irssi.org
|
||
|
||
## See also ##
|
||
[ACCEPT](/documentation/help/accept), [IGNORE](/documentation/help/ignore), [SILENCE](/documentation/help/silence)
|
||
|