Project

General

Profile

$notify » History » Revision 2

Revision 1 (Per Amundsen, 08/14/2015 01:22 PM) → Revision 2/6 (Per Amundsen, 04/01/2016 02:49 PM)

_Added in 2.3_ 1.9.0_ 

 *$notify* 

 Returns [[$true]] if Notify is enabled, otherwise [[$false]]. TODO 

 ----------------------------------------------------------------------------- 

 _Added in 1.9.0_ 

 *$notify(N|nick)* 

 Returns the Nth nickname in your Notify list. 

 *Parameters* 

 N|nick - Nick or if N = 0, number of nicks, otherwise the Nth nick. 

 *Properties* 

 .ison - Returns [[$true]] if the nick is online, otherwise [[$false]]. 
 .note - Returns note for this nick. TODO 
 .sound - Returns beep/filename or [[$null]]. 
 TODO  
 .whois - Returns [[$true]] if /whois for this nick is enabled, otherwise [[$false]]. TODO 
 .addr - Returns the hostname for the nick. TODO 
 .network - Returns the network name set for this nick. where the user is online. 

 *Example* 

 <pre> 
 : Print number of notiy nicks. 
 //echo -ag $notify(0) 

 ; Print the first notify nick. 
 //echo -ag $notify(1) is $iif($notify(1).ison, online, offline) 
 </pre>