Project

General

Profile

Actions

$notify » History » Revision 1

Revision 1/6 | Next »
Per Amundsen, 08/14/2015 01:22 PM


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)

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT