_Added in 1.9.0_ *$notify* TODO ----------------------------------------------------------------------------- *$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 - TODO .sound - TODO .whois - TODO .addr - TODO .network - Returns the network name where the user is online. *Example*
: 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)