mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 14
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Apr 2003
Posts: 14
Hey Hey

Anyone know how i can make a remote script or what ever command i need to use to check how meny networks am connect to in 1 mIRC, and if possible also how to return what the network name is.

Problem: (exsample: preform)
1) /server network.one.whever
2) /server -m network.two.whever

Now i need to make a script that checks what networks i'm connected to. Hope this is something you can help with.

Best Regards
Jeppe Lykke, Denmark




Best Regards
Jeppe Lykke, Denmark
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
$scon(0) will return how many status windows you have open
$scon(1).network will return the $network on the 1st open status window
$scon(2).status will return the $status on the 2nd open status window.

/help $scon

If you want to only check connected status windows you can loop through $scon.

Joined: Apr 2003
Posts: 14
J
Pikka bird
OP Offline
Pikka bird
J
Joined: Apr 2003
Posts: 14
Great,

Thank you so much Collective!

Have a great day




Best Regards
Jeppe Lykke, Denmark

Link Copied to Clipboard