Hi,

I need some help on using an echo script. Heres the situation: There are 3 lines from a twitter feed that come up in my mirc main window. The 1st and 3rd lines are constant and I have no trouble echoing them into a new window. The 2nd line in the middle however has the twitter message and there is no way I can echo it (because it changes) like the 1st and 3rd lines. What I need to figure out is how to echo the 2nd line right after the 1st and before the 3rd line echo's. Here is what they look like:

<nick> Twitter Update - Tue Feb 9, 2010, 3:28pm
<nick> changing twitter message << (note: this line can be anything in a standard twitter message)
<nick> http://twitter.com/ScoobeeDoo

and here is my script:

if (Twitter Update isin $strip($1-)) { /echo #newbox $1- }
if (http://twitter.com/ScoobeeDoo isin $strip($1-)) { /echo #newbox $1- }

So is there a way to make the first line of script echo 2 lines not just the first, which would catch the 2nd or middle line?

In other words is there a script command that will echo not just that line but the next line or even the next N number of lines?

Any help would be appreciated.

Thanks

Last edited by kwiknuts; 10/02/10 02:30 AM.