forked from PsychoticNinja/ailin-nemui-irssi
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
:::{important} You are reading the help for Irssi 1.0. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# notify
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/notify.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/notifylist/notify-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><pre style="\-\-cmdlen:6ch"><code><span class="synB">NOTIFY</span> <span class="syn10">[<span class="syn">-away</span>]</span> <span class="synB05"><mask></span> <span class="syn10">[<span class="syn09"><ircnets></span>]</span></code></pre></div>
|
||
|
||
|
||
|
||
## Parameters ##
|
||
|
||
|
||
| | |
|
||
| --- | --- |
|
||
| `-away`: | Notifies you if the target modifies its away status. |
|
||
| `-list`: | Displays the list of notifications. |
|
||
|
||
The nickname or mask to get a notification for; if no arguments are given,
|
||
the current matching notifications will be displayed.
|
||
|
||
You may also provide the network that the target must be on.
|
||
|
||
## Description ##
|
||
|
||
Notifies you when a nickname or users matching a host on the notification
|
||
list comes online or offline.
|
||
|
||
## Examples ##
|
||
|
||
/NOTIFY -list
|
||
/NOTIFY -away mike
|
||
/NOTIFY bob
|
||
/NOTIFY *!*@staff.irssi.org
|
||
|
||
## See also ##
|
||
[AWAY](/documentation/help/1.0/away), [HILIGHT](/documentation/help/1.0/hilight), [UNNOTIFY](/documentation/help/1.0/unnotify)
|
||
|