You can get this with a combination of several identifiers: $address and $gettok = "$gettok($address(NickName,5),2,64)" - "NickName" can be any user nickname.

First you get the full mask of the user's address: "$address(NickName,5)" - more details here: https://en.wikichip.org/wiki/mirc/identifiers/$address

Then, a part of the host is cut out from the resulting mask: "$gettok($address(NickName,5),2,64)" - more details here: https://en.wikichip.org/wiki/mirc/identifiers/$gettok

You can run this code on the command line to see the result:
Code
//echo -a $gettok($address(NickName,5),2,64)


You can also use this method: "$ial(NickName).host" - more details here: https://en.wikichip.org/wiki/mirc/identifiers/$ial

To test the result, enter this:
Code
//echo -a $ial(NickName).host



🌐 https://forum.epicnet.ru 📜 irc.epicnet.ru 6667 #Code | mIRC scripts, help, discuss, examples