mIRC Home    About    Download    Register    News    Help

Print Thread
#137369 11/12/05 10:37 PM
Joined: Apr 2005
Posts: 111
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 111
on 1:open:?: { .whois $1 | .enable #whois }

#whois on
raw 311:*: { echo -a caca | halt }
raw 319:*: { echo -a $3- | halt }
raw 312:*: { echo -a $1- }
raw 307:*: { echo -a $1- }
raw 320:*: { echo -a $1- }
raw 378:*: { echo -a $1- }
#whois off

i have this , but isnt work any help please

#137370 11/12/05 10:47 PM
Joined: Dec 2005
Posts: 13
E
Pikka bird
Offline
Pikka bird
E
Joined: Dec 2005
Posts: 13
Heres a code that works:)


aw 311:*:{
window @whois 0 0 450 160 arial 14
aline @whois Nick: $2
aline @whois Host: $3 $+ @ $+ $4
aline @whois Real name: $6-
halt
}
raw 312:*:aline @whois Server: $3 | halt
raw 319:*:aline @whois Channels: $3- | halt
raw 317:*:aline @whois Idle: $duration($3) | halt
raw 313:*:aline @whois $2- | halt
raw 301:*:aline @whois Away: $3- | halt
raw 318:*:halt


Citizen_X creator of Citizen Script

Link Copied to Clipboard