I'm having problems with funny echos in a child window. the settings i'm using look like this:
#CLASS {snoop}
#TRIGGER {!(%w)--> (%*)$} {#cap 1 %1;#gag}
#TRIGGER {(%w) snoop begin output pattern alpha: } {#gag;#t+ capture;window = %1}
#TRIGGER {End snoop output pattern beta} {#gag;#t- capture}
#CLASS 0
#CLASS {snoop|capture} {disable}
#TRIGGER {^%*$} {#cap 1 @window;#gag}
#TRIGGER {^$} {#gag}
#CLASS 0
the problem is with the second trigger there,
the line that triggered it gets sent to the child window when i want it to be gagged.
any know how to keep this line out of either window all together?
Thanks