mIRC Home    About    Download    Register    News    Help

Print Thread
#91788 26/07/04 05:01 AM
K
k1ll3rz
k1ll3rz
K
i made an autojoin and i got it to add the server and roomnames to join but how do i make it check for the variable %server in a text file in Remotes\autojoin.txt ? any ideas? thanx

#91789 26/07/04 07:06 AM
Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
Code:
$read(filename,w,*%server*)


returns the entire line on which %server appears. $readn will hold the linenumber.


Link Copied to Clipboard