mIRC Home    About    Download    Register    News    Help

Print Thread
T
trink
trink
T
Is there a way that I can get the request from a /whois request and /msg $chan it? Possibly /raw?

L
LostShadow
LostShadow
L
Yes. You got any raw events?

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

N
Nicko265
Nicko265
N
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

T
trink
trink
T
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. :<

T
trink
trink
T
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: 506
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 506
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,518
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,518
are you trying to accomplish something like this as an end result?



Link Copied to Clipboard