Omit from Output

Posted by Bladedthoth on Tue 01 Oct 2002 05:42 AM — 4 posts, 15,198 views.

#0
Okay, I'm still fairly new, so some of these questions might be relatively simple to fix.

1: Why, when you create a trigger, and set it to 'Omit from Output', it still line feeds 1 line, where the text was momentarily? Is there a way to set it up to automatically 'roll up' the slack?

2: Can you Omit from Output, your typed-in text as well (I have a certain timer running, and I not only don't want to see the response come back, but as well as see the timer command in my output buffer.)

Thanks :D
Australia Forum Administrator #1
The "momentary" thing is because the lines are displayed as they arrive (they might arrive in more than once piece) but the trigger is only matched on the newline.

As for your commands, make an alias to match the command and check "omit from output".
#2
Oh, cool. That's good... Thank you! But, still, the question remains, is there a way to prevent that automatic line feed, or delete the newline? Should I have the trigger watch for like /n<text> (Or the equivelant in MUSHClient,) or is it not possible to remove that one line from the output, once it has appeared?
Australia Forum Administrator #3
There should be no line feed, if you didn't put one in the "send" box. I tested it before replying before, after sending multiple lines there were no extra lines in the output window.