forked from PsychoticNinja/ailin-nemui-irssi
38 lines
834 B
Plaintext
38 lines
834 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# unnotify
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/unnotify.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/notifylist/notify-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:8ch"><code><span class="synB">UNNOTIFY</span> <span class="synB05"><mask></span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
The notify pattern to remove.
|
||
|
||
## Description ##
|
||
|
||
Removes an entry from the notify list.
|
||
|
||
## Examples ##
|
||
|
||
/UNNOTIFY bob
|
||
/UNNOTIFY *!*@staff.irssi.org
|
||
|
||
## See also ##
|
||
[AWAY](/documentation/help/away), [HILIGHT](/documentation/help/hilight), [NOTIFY](/documentation/help/notify)
|
||
|