forked from PsychoticNinja/ailin-nemui-irssi
35 lines
747 B
Plaintext
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"><id></span>|<span class="synB05"><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)
|
|
|