Project

General

Profile

Notify » History » Revision 7

Revision 6 (Per Amundsen, 06/28/2017 06:30 PM) → Revision 7/11 (Per Amundsen, 05/24/2018 10:15 AM)

_Added in 1.8.10_ 

 */notify -hlnrs <on|off|nickname> [network] [note]* 

 Edit your notify list, you will get a alert whenever a nick on your notify list goes online/offline. 

 _See also [[$notify]], [[on NOTIFY]], [[on UNOTIFY]]._ 

 *Switches* 

 -h = Hides the Notify monitor panel. 
 -l = List nicks on notify list. 
 -n = Indicate [networks] is defined. 
 -r = Remove nick from notify list. (nickname can be a [[Scripting_Wildcards|wildcard]], wildcard, AdiIRC only) 
 -s = Shows the Notify monitor panel. 

 *Parameters* 

 <on|off|nickname> - Turns notify on or off or edit's the nick entry. 
 [network] - The network name or address to enable the notify. 
 [note] - Small note for this nick. 

 *Example* 

 <pre> 
 ; Add 'Nick' to the Notify list. 
 /notify Nick 

 ; Print the Notify list. 
 /notify -l 

 ; Remove 'Nick' from the Notify list 
 /notify -r Nick 
 </pre>