mIRC Home    About    Download    Register    News    Help

Print Thread
#11029 14/02/03 12:43 PM
Joined: Jan 2003
Posts: 44
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Jan 2003
Posts: 44
I have this script:
raw 311:*: {
echo 11 -a _________________________[Whois Info]________________________
echo $color(whois text) -a * NickName: [ $+ $2 $+ ]
echo $color(whois text) -a * Address: [ $+ $3 $+ @ $+ $4 $+ ]
echo $color(whois text) -a * Real Name: [ $+ $6- $+ ]
halt
}
raw 319:*: { echo $color(whois text) -a * Channels: [ $+ $sorttok($3-,32,c) $+ ] | halt }
raw 312:*: { echo $color(whois text) -a * Server: [ $+ $3 $+ ] ( $+ $4- $+ ) | halt }
raw 301:*: { echo $color(whois text) -a * Away: [ $+ $3- $+ ] | halt }
raw 313:*: { echo $color(whois text) -a * Status: [ $+ $5- $+ ] | halt }
raw 317:*: {
echo $color(whois text) -a * Idle time: [ $+ $duration($3) $+ ] ( $+ $asctime($4) $+ )
halt
}
raw 318:*: { echo 11 -a _-_-_-_-_-_-_-_-_-_-_ End of Whois Info _-_-_-_-_-_-_-_-_-_-_ | linesep -s | halt }

How can I make it to show the whois in the query window when someone opens query with me and in the active in all the other cases? Because with this one when someone says something to me on query for the first time it shows the /whois in the channel I am looking in the moment. And that is very unconvinient...

10x


Regards, ThE_mASk.
#11030 14/02/03 04:29 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
raw 3##:{ echo $color(whois) $iif(!$query($2),-abflirt,-bflirt $2) ............


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C

Link Copied to Clipboard