mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2007
Posts: 13
T
trink Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2007
Posts: 13
Is there a way that I can get the request from a /whois request and /msg $chan it? Possibly /raw?

Joined: Jan 2004
Posts: 509
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Jan 2004
Posts: 509
Yes. You got any raw events?

Of course, copy/pasting from your status window to a channel is super-easy.

Joined: Aug 2007
Posts: 1
N
Mostly harmless
Offline
Mostly harmless
N
Joined: Aug 2007
Posts: 1
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

Joined: May 2007
Posts: 13
T
trink Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2007
Posts: 13
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. :<

Joined: May 2007
Posts: 13
T
trink Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2007
Posts: 13
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. :<

Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
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-,")
  }
}

Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
are you trying to accomplish something like this as an end result?



D3m0nnet.com

Link Copied to Clipboard