mIRC Home    About    Download    Register    News    Help

Print Thread
#7654 21/01/03 12:36 PM
Joined: Jan 2003
Posts: 14
T
tendre Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jan 2003
Posts: 14


Hi, am wondering if anyone could help with the who is..

Have tried writing a longer whois..on the name line I have it reading like this :
$read C:/program files/mir/whois.txt

and it is not working.. any help would be appreciated..
thank you
wink

#7655 21/01/03 12:42 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Identifiers cannot be used in the Name box. What are you trying to do exactly?

This would connect you to server.address.com with the nickname "NickName" and your Name (the last part of the first whois line) as a random line from C:/program files/mir/whois.txt:
Code:
//server server.address.com -i NickName NickName2 email@addr.com $read(C:/program files/mir/whois.txt)



Note: Even if identifiers worked in the Name box, your syntax is wrong, it would be $read(C:/program files/mir/whois.txt)

#7656 21/01/03 03:28 PM
Joined: Jan 2003
Posts: 14
T
tendre Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jan 2003
Posts: 14
someone tried to explain this to me before but i need to hear again.. ( thank you for your reply also ) OK.. when you have a long name ( more to say and it wont fit in the name box. )
you can make a text file place it in the mirc file.. save the file as whois.txt

was told to put $read C:/program files/mirc/whois.txt

but it isnt working so obviosly i am doing something wrong with it..
I hope i explained this properly laugh

#7657 21/01/03 06:15 PM
Joined: Jan 2003
Posts: 14
T
tendre Offline OP
Pikka bird
OP Offline
Pikka bird
T
Joined: Jan 2003
Posts: 14
Ohhhh Thank you !!!! It does work now.. with your syntax

I needed the ( ) in there.. thank you soo much !!!!

grin


Link Copied to Clipboard