not sure if this will help but should give u the idea

Code:
[/code]
Nicks on Notify ( %Notiify )
.Notify List on:/notify on | .set %Notiify On
.Notify List off:/notify off | .set %Notiify Off
.Add $+ $chr(32) $+ $snick(#,1):/.notify $$1 $?="Enter a comment :" | echo -a %logo3 7>10 $$1 12has been added to your Notify List with comment:10 $!
.Remove $+ $chr(32) $+ $snick(#,1): /notify -r $$1
.Add a nick:/.notify $$?="Give me the user's nick :" $$?="Enter a comment :" | echo -a %logo3 7>10 $+ $! 6has just been added to the notify list...
.Remove a nick:/.notify -r $$?="Give me the user's nick :" | echo -a %logo3 7>10 $+ $! 4has just been removed from the notify list...
.Check Notify List:/notify
[code]



$notify(N/nick)
Returns the Nth nickname in your Notify list.
Properties: ison, note, sound, whois, addr, network

$notify(0) returns the number of nicknames in your notify list.

$notify(3) returns the 3rd nickname in your notify list.

$notify(3).ison returns $true if this user is on IRC, $false if not.

$notify(goat) returns the Nth position of nickname goat in the notify list


Last edited by DaRkCaSTLe1974; 16/06/13 07:58 PM.