mIRC Home    About    Download    Register    News    Help

Print Thread
#163322 28/10/06 07:09 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
OP Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
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)?


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
Joined: Jun 2003
Posts: 994
C
Hoopy frood
OP Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
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


I refuse to engage in a battle of wits with an unarmed person. wink
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Could you get that from a RAW?


Invision Support
#Invision on irc.irchighway.net
Joined: Jun 2003
Posts: 994
C
Hoopy frood
OP Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
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


I refuse to engage in a battle of wits with an unarmed person. wink

Link Copied to Clipboard