mIRC Home    About    Download    Register    News    Help

Print Thread
#44732 29/08/03 05:06 AM
Joined: Aug 2003
Posts: 9
J
jenna Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2003
Posts: 9
I was wondering if someone could help me. i want to have it so that when I am in a channel and while in there and when people enter thier whois would pop up right now i have this in my Remotes on 1:JOIN:#:/whois $nick. and it is bringing the whois into the status not the active window.

Please help me it is driving me crazy.

#44733 29/08/03 05:08 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alt+o > irc > show in active > whois


new username: tidy_trax
#44734 29/08/03 05:10 AM
Joined: Feb 2003
Posts: 79
A
Babel fish
Offline
Babel fish
A
Joined: Feb 2003
Posts: 79
Alt + O
click IRC (on the left)
on the right "Show in active" check "Whois"

---
sorry for the double post.

Last edited by Ancyker; 29/08/03 05:11 AM.
#44735 29/08/03 08:27 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
That doesn't work for /whoises called by scripts.

jenna:
This script will echo the data most commonly sent by servers when you /whois someone to the active window, although some servers send more:
Code:
raw 311:*:{ echo $color(whois) -a $2 is $3 $+ @ $+ $4- | halt }
raw 319:*:{ echo $color(whois) -a $2 on $3- | halt }
raw 312:*:{ echo $color(whois) -a $2 using $3- | halt }
raw 317:*:{ echo $color(whois) -a $2 has been idle $duration($3), signed on $asctime($4) | halt }
raw 318:*:{ echo $color(whois) -a $2- | halt }

#44736 29/08/03 06:28 PM
Joined: Aug 2003
Posts: 9
J
jenna Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2003
Posts: 9
thank You so much did not remember putting this in this area thanks Collective

#44737 29/08/03 07:23 PM
Joined: Aug 2003
Posts: 9
J
jenna Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2003
Posts: 9
it is not working have put what You told me Collective but it is not doing it

#44738 29/08/03 07:30 PM
Joined: Aug 2003
Posts: 9
J
jenna Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2003
Posts: 9
ok so i was wrong it does work i just had to do something but all done. thanks again to all who helped me.


Link Copied to Clipboard