mIRC Home    About    Download    Register    News    Help

Print Thread
#129365 05/09/05 03:49 PM
Joined: Sep 2005
Posts: 4
F
Faison Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Sep 2005
Posts: 4
Hi all. Been a while since I last scripted, so bear with me smirk
I'm not sure if in the recent updates if one has been put in, or not, but does anyone know a script that would send an /echo to all open channels?

~Fai

#129366 05/09/05 04:34 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Before I go hunting up a solution for you, would you mind explaining why you want the same echo to be shown in all of your open windows?

#129367 05/09/05 04:40 PM
Joined: Sep 2005
Posts: 4
F
Faison Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Sep 2005
Posts: 4
I'm a bit of a noob scripter. I've created a simple dialog Mp3 player, does the job. But it clashes with my text script. So in my chat window I would get:

{Time} -[Faison]- hello!
<Faison> ~:{Mp3}:~ ~:{Linkin Park - Crawling}:~ (etc.)
{Time} -[Someoneelse]- hello!

And, I just want to make it so it matches laugh

If there is an easier way, i'll listen to suggestions smile

Thank you

~Fai

#129368 05/09/05 04:43 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
no, but you could make your own $identifier to handle it:
sample
Code:
//var %i = $comchan($me,0) | while (%i) { echo $comchan($me,%i) test | dec %i }

#129369 05/09/05 04:47 PM
Joined: Sep 2005
Posts: 4
F
Faison Offline OP
Self-satisified door
OP Offline
Self-satisified door
F
Joined: Sep 2005
Posts: 4
That seems to have done the trick, thanks a lot ^.^;

~Fai


Link Copied to Clipboard