forked from PsychoticNinja/ailin-nemui-irssi
38 lines
865 B
Plaintext
38 lines
865 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# 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)
|
||
|