mIRC Home    About    Download    Register    News    Help

Print Thread
#72712 25/02/04 03:12 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Okay, I use a custom message for my Mp3 and it only sends it to the active server. However, I want to send it to all the servers I'm on, How would I do this?
alias msg2 { var %x = 1
while (%x <= $chan(0)) { .echo $read(filter.txt,s,$chan(%x)) | if ($readn == 0) { describe $chan(%x) $$1- }
inc %x
}
}
Is my code... smile


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#72713 25/02/04 06:27 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
/scon -at1 msg2 <info>
/help /scon

#72714 26/02/04 02:30 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Ty smile


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -

Link Copied to Clipboard