mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2003
Posts: 3
M
Martink Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Nov 2003
Posts: 3
Hello
Is it possible to read from windows on other servers

hmm let me explain what I want to do smile

first I make in mirc 2 server connection.
on server 1 i open a new window and add some lines
on server 2 I run a command and that command need to read from that window. is it posseble to do that?

Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Hi,

sure thing, it doesn't matter where you made the custom window, it can be accessed from anywhere.

If you wanted, you could even make the window appear on the current active connection with the -i switch. For example: Do /window -i @test and connect to a couple servers and change your point of view from one server to the other and see how the window moves to the active connection.

But even if it wouldn't change to the active connection, as far for reading and performing operations on the data within the custom window, it doesn't matter, always accessible from anywhere.

Greetz


Gone.
Joined: Nov 2003
Posts: 3
M
Martink Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Nov 2003
Posts: 3
But when the window is #blaat and the other server does have #blaat too, (channel windows) how can I read from the other server #blaat?

Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Use /scon or /scid

ie.
Code:
[color:green]On server 1[/color]
/join #moo
[color:green]On server 2[/color]
scon 1
var %line = $line(#moo, 1)
scon -r
echo -a %line


Take a look at /help /scon to find details on /scon and /scid.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
Ahh,

because of your explanation i thought u were referring to custom windows (i make a window and add a few lines to it, didnt seem channel related)

As starbucks pointed out, you'll have to use scid and scon.

More information on /help multi-server in your mIRC, or use the Search function.

Greetz


Gone.

Link Copied to Clipboard