mIRC Home    About    Download    Register    News    Help

Print Thread
#104519 04/12/04 03:26 PM
Joined: Oct 2004
Posts: 38
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2004
Posts: 38
There is one trouble, in my query popup i have string
Quote:
Privat Ignore: ignore -p $address($active,2)

but if this nick isn`t in any channel whith me $address returns $null, how can i correct this?

#104520 04/12/04 03:50 PM
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
/ignore will look up their address for you if it isn't stored in your IAL:

Code:
Private ignore:ignore -p $1 2


$1 returns the assosciated nickname in a query popup

#104521 04/12/04 03:56 PM
Joined: Oct 2004
Posts: 38
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2004
Posts: 38
Thanks!


Link Copied to Clipboard