mIRC Home    About    Download    Register    News    Help

Print Thread
#100882 18/10/04 01:43 AM
G
Gameaddix
Gameaddix
G
can you make a script to where if something happens on one server, it affects something on another server, lets say the topic is changed on server irc.test.com (channel #test), it will also change the topic to the same thing on irc.test.net (channel #test). i was wondering if it could be done, and if so, how?(without linked servers)

O
ouden
ouden
O
i say it could be done with a client connect to server A and server B

all it would need to do is monitor events in Channel X on each server and then execute them between.

this means the user must be an op, but that goes w/out saying


G
Gameaddix
Gameaddix
G
i cant figure out how to execute a command on one server if something happens on another server, if anyone could help i'd be thankful.

Joined: Aug 2004
Posts: 101
D
Vogon poet
Offline
Vogon poet
D
Joined: Aug 2004
Posts: 101
/help Multi-Server
You can use the /scid or /scon commands.

Eg. If you only have two servers and something happens to server 1 then you can do:
/scon 2 echo -s Something happened on server 1!

G
Gameaddix
Gameaddix
G
that helped. thx


Link Copied to Clipboard