Notify » History » Version 7
  Per Amundsen, 05/24/2018 10:15 AM 
  
| 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 | 5 | Per Amundsen | -l = List nicks on notify list. | 
| 13 | 3 | Per Amundsen | -n = Indicate [networks] is defined. | 
| 14 | 7 | Per Amundsen | -r = Remove nick from notify list. (nickname can be a [[Scripting_Wildcards|wildcard]], AdiIRC only) | 
| 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> |