Project

General

Profile

Notify » History » Version 4

Per Amundsen, 04/01/2016 02:52 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 3 Per Amundsen
-h = Hides the Notify monitor panel.
12 1 Per Amundsen
-l = list nicks on notify list
13 3 Per Amundsen
-n = Indicate [networks] is defined.
14 1 Per Amundsen
-r = remove nick from notify list
15 3 Per Amundsen
-s = Shows the Notify monitor panel.
16 1 Per Amundsen
17
*Parameters*
18
19 3 Per Amundsen
<on|off|nickname> - Turns notify on or off or edit's the nick entry.
20
[network] - The network name or address to enable the notify.
21
[note] - Small note for this nick.
22
23
*Example*
24
25
<pre>
26
; Add 'Nick' to the Notify list.
27
/notify Nick
28
29
; Print the Notify list.
30
/notify -l
31
32
; Remove 'Nick' from the Notify list
33
/notify -r Nick
34
</pre>