mIRC Homepage
Posted By: synth7 replace normal identifier with custom - 10/07/05 04:02 PM
Is it possible to replace a current identifer, such as $ip with one of my own? I want to trick someone :tongue:

Code:
alias ip {
  return 66.249.71.29 
}
In short: no.

There is a way that you could do:

alias ip return blah

//echo -a $.ip - $/ip

however that's not exactly replacing the usage of $ip. So no.
Posted By: synth7 Re: replace normal identifier with custom - 12/07/05 02:06 AM
Then let me ask this. I'm behind a router, so mIRC (and most everything else) sees my IP as 192.168.1.101 with $ip. Is there some way mIRC can get my real IP?
Posted By: mIRCManiac Re: replace normal identifier with custom - 12/07/05 02:31 AM
options (alt+o) > connect > local info
on connect always get select IP address
lookup method select server

you can also type /localinfo -u while connected to
a server to force mIRC to do a userhost to get your
wan ip and host.
© mIRC Discussion Forums