mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
How to extract only server address from the server.ini whether they belong to group or not? And output to a windows?

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
var %i = 1, %j = $server(0)
while ( %i <= %j ) {
echo $server(%i)
inc %i
}


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Oh crap! Didn't know it is so simple! Been using
if ($regex(netadd,$line(@loadnets,%i),^n\d+=.+SERVER:(.*))) and had problem filtering out unwanted characters


Link Copied to Clipboard