mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2004
Posts: 9
N
naval Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2004
Posts: 9
on 1:JOIN:#LJA:./whois $nick - I`m getting the whois command in status window, but how do I get it in defined channel window? In my case it is #LJA window ?
Sorry for lamer`s question ... laugh

Joined: Jul 2004
Posts: 3
H
Self-satisified door
Offline
Self-satisified door
H
Joined: Jul 2004
Posts: 3
Go to:

Options> IRC> Show In Active.

Joined: May 2004
Posts: 9
N
naval Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
N
Joined: May 2004
Posts: 9
everything is switched ON but nothing changes ...
Maybe I must type something like :
on 1:join:#LJA:./whois $nick "$chanwindow" or something like this ?

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
on !*:join:#LJA:{
.whois $nick
set $+(%,whois.,$nick) $chan
.enable #onjoin.whois
}
#onjoin.whois off
raw 311:*: if ( $($+(%,whois.,$1),2) ) echo $color(whois) -t $ifmatch $1-
raw 312:*: if ( $($+(%,whois.,$1),2) ) echo $color(whois) -t $ifmatch $1-
raw 313:*: if ( $($+(%,whois.,$1),2) ) echo $color(whois) -t $ifmatch $1-
raw 317:*: if ( $($+(%,whois.,$1),2) ) echo $color(whois) -t $ifmatch $1-
raw 319:*: if ( $($+(%,whois.,$1),2) ) echo $color(whois) -t $ifmatch $1-
raw 318:*: if ( $($+(%,whois.,$1),2) ) {
unset $+(%,whois.,$1)
if ( !$var(%whois.*,0) )) .disable #onjoin.whois
}
}
#onjoin.whois end


maybe something along those lines would work...
it's not tested...

maybe some /halt'ing and stuff should also be done...

Last edited by theRat; 22/07/04 07:28 PM.

Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard