mIRC Home    About    Download    Register    News    Help

Print Thread
#25953 25/05/03 05:31 PM
Joined: Dec 2002
Posts: 25
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Dec 2002
Posts: 25
as i se it, this is really a bug, irritating that $address can't do it's own hidden /whois if needed...

agree?

#25954 25/05/03 05:45 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
a) whois is bad way to retrieve address, it causes too much traffic, you would flood yourself off SOON
b) userhost would be better, but still you would flood yourself

Last edited by theRat; 25/05/03 05:46 PM.

Code:
//if ( khaled isgod ) echo yes | else echo no
#25955 25/05/03 06:00 PM
Joined: Dec 2002
Posts: 25
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Dec 2002
Posts: 25
ok. i realiced that my question was'nt thougth true, but i'll still like an $eaddress (e=external) if there alreaddy is such a function someone plz stop me from being dumb...

#25956 25/05/03 06:17 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Not possible: if you'd use $eaddress it would stop the script while waiting answer from server, and server could send you stuff before that so it'd need to be queued somehow, and if you have scripts capturing the server reply... THAT WOULD BE A MESS for Khaled to implement.


Code:
//if ( khaled isgod ) echo yes | else echo no
#25957 25/05/03 06:48 PM
Joined: Dec 2002
Posts: 25
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Dec 2002
Posts: 25
i'll ques i stop asking dumb questions for now.. smile

#25958 25/05/03 09:00 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
If you want the user address, with as minimal traffic possible, you may try to do a /who #chan >:D


-KingTomato
#25959 27/05/03 10:07 PM
Joined: May 2003
Posts: 7
L
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
L
Joined: May 2003
Posts: 7
It's just a suggestion, but research the raw events reporting system. If you really want to get a /whois type response, you could set it up so that sometimes a script can make a call, go on and do other things, and then when it gets a /whois from the server with the requested information it automatically deals with the information however you are particularly interested in doing that.

I myself have updated the /dns function so that it is capable of simply *wonderful* things, like opening its own window and then making sure there aren't two, three, four IP adresses that correspond with someone's domain name, then listing all of them.

Although that reminds me, could the /DNS command, whether it's being used for server lookup or manually be *updated* a little so that it doesn't stubbornly hammer at the same address and actually *lists* multiple ones when you query? I've found that in situations where the redirect on a network (irc.dal.net for instance) is pointing to several servers, and the one at the top is down, it would often function much better if the second address were specified instead of the first. Or third. Or fourth, or whichever. So if DNS could list them all, and then the server address lookup could select randomly from the list instead of hammering at the first one, that would be *EXTREMELY* appreciated.


Link Copied to Clipboard