2022-04-25 19:34:35 +02:00

50 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:::{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">&lt;mask></span> <span class="syn10">[<span class="syn09">&lt;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)