mIRC Home    About    Download    Register    News    Help

Print Thread
#107724 12/01/05 09:57 PM
Joined: Oct 2004
Posts: 38
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2004
Posts: 38
I`ve got such problem, as I need to get other users username from IAL (or any where else, but without sending any command to server). It would pretty good if next versions of mIRC would include something like $ial(nick).username
Sorry if already exists such possibility, but i search thru the help and did not find anything which may help me solving this problem.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
There already is that possibilty - $ial(nick).user

See /help IAL
  • IAL Identifiers

    $ial(nick/mask,N)
    Returns the Nth address matching nick or mask in the Internal Address List.

    Properties: nick, user, host, addr, mark

Joined: Oct 2004
Posts: 38
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Oct 2004
Posts: 38
I mean UserName, not ident
for example
Stranger_Lv is [email]id@host[/email] * My user name

Last edited by Stranger_Lv; 12/01/05 10:33 PM.
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Ah right then you need to obtain the info from a "/who" or "/whois" command. You can the append the info to the IAL entry with /ialmark nick <the info here> amd later access it with $ial(nick).mark


Link Copied to Clipboard