mIRC Homepage
Posted By: CtrlAltDel $address(nickname,type) ??? - 28/10/06 07:09 PM
Is there a way to get this information ($address(nickname,type))
when the person is NOT in the IAL (IE: from a notify when they first come online)?
Posted By: landonsandor Re: $address(nickname,type) ??? - 28/10/06 07:26 PM
from the notify list, try:

$notify($nick).addr

From the help file:

Code:
$notify(N/nick)
Returns the Nth nickname in your Notify list.

Properties: ison, note, sound, whois, addr

$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 lis
Posted By: CtrlAltDel Re: $address(nickname,type) ??? - 28/10/06 07:42 PM
not giving me what I want .. here's what I'm trying to do after a whois on notify:

echo 10 #mychannel $nick $address($nick,5) is on IRC
Posted By: Riamus2 Re: $address(nickname,type) ??? - 28/10/06 08:06 PM
Could you get that from a RAW?
Posted By: CtrlAltDel Re: $address(nickname,type) ??? - 28/10/06 08:20 PM
hmmm raw 311 ..
Code:
 
raw 311:*: timer 1 10 echo 10 #channel  $2 ( $+ $2 $+ ! $+ $3 $+ @ $+ $4 $+ ) is on IRC
 


that did it! thanks to all
© mIRC Discussion Forums