mIRC Home    About    Download    Register    News    Help

Print Thread
#188407 22/10/07 02:52 PM
Joined: Oct 2007
Posts: 92
N
Babel fish
OP Offline
Babel fish
N
Joined: Oct 2007
Posts: 92
Is there any way to check an IP if it's online on the irc.
DALnet server to be precise

Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Unless your IRCOP/ADMIN you can't fetch a person throught the whole server for matching IP however, if you are currently on the same channel as this user I would suggest the $address command with /dns :P



Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Joined: Feb 2005
Posts: 342
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2005
Posts: 342
As Lpfix5 said, there's no way to track someone by IP through the IRC Server without being on a channel with that person. If you have the persons "IP" and you think the person might be in the same channel as you, but on an unknown nick (on DALnet), you could possibly use this:

Code:
/who +Mh some.host.or.ip.here.com


This can also use wildcards. ie: /who +Mh *.verizon.*


Link Copied to Clipboard