mIRC Homepage
Posted By: Faison /echo - 05/09/05 03:49 PM
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
Posted By: RusselB Re: /echo - 05/09/05 04:34 PM
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?
Posted By: Faison Re: /echo - 05/09/05 04:40 PM
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
Posted By: MikeChat Re: /echo - 05/09/05 04:43 PM
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 }
Posted By: Faison Re: /echo - 05/09/05 04:47 PM
That seems to have done the trick, thanks a lot ^.^;

~Fai
© mIRC Discussion Forums