mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2004
Posts: 6
X
XCan Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
X
Joined: Dec 2004
Posts: 6
Hello
I was wondering if it's possible to forward a msg from a channel on network A to another channel on network B. I've looked through the help file but was unable to find anything helpful enough.

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Lets asume you're connected to 3 networks.

//scon 1 msg $me Hello
Sends to the first network.

//scon 2 msg $me Hello
Sends to the second network.

//scon 3 msg $me Hello
Sends to the third network.

//scon -a msg $me Hello
Sends to all the networks at one time.


Link Copied to Clipboard