Project

General

Profile

Notify » History » Version 11

Per Amundsen, 02/16/2023 02:53 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*/notify -hlnrs <on|off|nickname> [network] [note]*
4
5
Edit your notify list, you will get a alert whenever a nick on your notify list goes online/offline.
6
7 4 Per Amundsen
_See also [[$notify]], [[on NOTIFY]], [[on UNOTIFY]]._
8 1 Per Amundsen
9
*Switches*
10
11 11 Per Amundsen
table(ktable).
12
|*Switch*|*Description*|
13
| -h | Hides the [[Monitor_Panels#Notify<notextile>|</notextile>Notify monitor panel]]. |
14
| -l | List nicks on notify list. |
15
| -n | Indicate [networks] is defined. |
16
| -r | Remove nick from notify list. (nickname can be a [[Scripting_Wildcards<notextile>|</notextile>wildcard]], *(AdiIRC only)* |
17
| -s | Shows the [[Monitor_Panels#Notify<notextile>|</notextile>Notify monitor panel]]. |
18 10 Per Amundsen
19 9 Per Amundsen
*Parameters*
20 1 Per Amundsen
21 11 Per Amundsen
table(ktable).
22
|*Parameter*|*Description*|
23
| &lt;on<notextile>|</notextile>off<notextile>|</notextile>nickname&gt; | Turns notify on or off or edit's the nick entry. |
24
| [network] | The network name or address to enable the notify. |
25
| [note] | Small note for this nick. |
26 3 Per Amundsen
27
*Example*
28
29
<pre>
30
; Add 'Nick' to the Notify list.
31
/notify Nick
32
33
; Print the Notify list.
34
/notify -l
35
36
; Remove 'Nick' from the Notify list
37
/notify -r Nick
38
</pre>