2021-10-22 22:16:28 +02:00

35 lines
747 B
Plaintext

# unignore
<!-- comment
Please submit changes to
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/unignore.in
- https://github.com/ailin-nemui/irssi/blob/master/src/fe-common/core/fe-ignore.c
endcomment -->
## Syntax ##
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">UNIGNORE</span> <span class="synB05">&lt;id></span>|<span class="synB05">&lt;mask></span></code></pre></div>
## Parameters ##
The ignore identifier or pattern to remove.
## Description ##
Removes an entry from the ignore list.
## Examples ##
/UNIGNORE 5
/UNIGNORE mike
## See also ##
[ACCEPT](/documentation/help/accept), [IGNORE](/documentation/help/ignore), [SILENCE](/documentation/help/silence)