mIRC Homepage
Posted By: trink getting information from /whois - 14/08/07 02:36 AM
Is there a way that I can get the request from a /whois request and /msg $chan it? Possibly /raw?
Posted By: LostShadow Re: getting information from /whois - 14/08/07 04:11 AM
Yes. You got any raw events?

Of course, copy/pasting from your status window to a channel is super-easy.
Posted By: Nicko265 Re: getting information from /whois - 14/08/07 06:15 AM
Use Raw's 300-319, I think that's all. To check: /debug @Debug - Then whois someone and it will show all the numbers in that window.

URLs: http://www.mirc.net/raws/ - http://script.quakenet.org/index.php?p=raws
Posted By: trink Re: getting information from /whois - 15/08/07 03:00 AM
Alright, basically, I'm completely new at raw, never used it before, I mess with everything BUT. So, I need to know how to do it from step 1. :<
Posted By: trink Re: getting information from /whois - 15/08/07 03:02 AM
Alright, basically, I'm completely new at raw, never used it before, I mess with everything BUT. So, I need to know how to do it from step 1. :<
Posted By: deegee Re: getting information from /whois - 15/08/07 05:11 AM
Code:
raw *:*:{
  if ($istok(301 310 311 312 313 317 318 319 330 338 431,$numeric,32)) {
    echo -atrci whois * Format $qt(raw $numeric) as you like using $!2- $+(",$2-,")
  }
}
Posted By: _D3m0n_ Re: getting information from /whois - 18/08/07 02:30 AM
are you trying to accomplish something like this as an end result?

© mIRC Discussion Forums