Project

General

Profile

$notify » History » Version 1

Per Amundsen, 08/14/2015 01:22 PM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$notify*
4
5
TODO
6
7
-----------------------------------------------------------------------------
8
9
*$notify(N|nick)*
10
11
Returns the Nth nickname in your Notify list.
12
13
*Parameters*
14
15
N|nick - Nick or if N = 0, number of nicks, otherwise the Nth nick.
16
17
*Properties*
18
19
.ison - Returns [[$true]] if the nick is online, otherwise [[$false]].
20
.note - TODO
21
.sound - TODO 
22
.whois - TODO
23
.addr - TODO
24
.network - Returns the network name where the user is online.
25
26
*Example*
27
28
<pre>
29
: Print number of notiy nicks.
30
//echo -ag $notify(0)
31
32
; Print the first notify nick.
33
//echo -ag $notify(1) is $iif($notify(1).ison, online, offline)
34
</pre>