Hi guys
please go through the simple code given below, but note, my mIRC client is not connected to any channel, neither the second client which initiates a query with my client.

Code:
 
on 1:TEXT:*:?:{
echo -a Message from: $nick
echo -a Address: $mask($address($nick,2),2) }
 


The above script will sure print the nick name, but will give me a /echo not enough parameters error while processing the second line of echo. Please tell me how I can extract the address mask of a user who initiates a query with my client without joining any channel. Is it possible?


if it is a door, it will open!