mIRC Home    About    Download    Register    News    Help

Print Thread
#10330 09/02/03 11:13 AM
Joined: Feb 2003
Posts: 3
O
Self-satisified door
OP Offline
Self-satisified door
O
Joined: Feb 2003
Posts: 3
I have two questions. the first one is how i can create a sepearte window everytime i whoise a person and display the whois info in that window
and the other one is that can on 1:INPUT: be used to manupilate what I type in the private window.e.g if I want to change how OK is sent across to the other person can i use on input for that?

#10331 09/02/03 02:52 PM
Joined: Jan 2003
Posts: 12
F
Pikka bird
Offline
Pikka bird
F
Joined: Jan 2003
Posts: 12
Code:
raw 311:*:/window -e @whoo | /echo 5 @whoo $1-
raw 312:*:/echo 5 @whoo $1-
raw 317:*:/echo 5 @whoo $1-
raw 318:*:/echo 5 @whoo $1-
raw 319:*:/echo 5 @whoo $1-

#10332 09/02/03 05:07 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
on *:input:?: if ( $1 == ok ) { say OK! | halt }


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

Link Copied to Clipboard