Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Suggestions ➜ Trigger suggestion

Trigger suggestion

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by JSteele1234   USA  (27 posts)  Bio
Date Wed 05 Sep 2001 01:23 AM (UTC)
Message
I think there should be another option in the trigger window to just omit what the trigger sends from the output, but still display the line that triggered it, unlike the already existing "omit from output" option.

~ JSteele1234 ~
Top

Posted by Nick Gammon   Australia  (23,173 posts)  Bio   Forum Administrator
Date Reply #1 on Wed 05 Sep 2001 06:11 AM (UTC)
Message
You could do that in a script.

Rather than sending to the world directly, call a script like this:


sub mytrigger (strTriggerName, strTriggerLine, arrWildCards)

world.EchoInput = vbfalse ' turn echo off
world.Send "blah blah blah"
world.EchoInput = vbtrue ' turn echo back on

end sub


- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by JSteele1234   USA  (27 posts)  Bio
Date Reply #2 on Mon 10 Sep 2001 04:40 PM (UTC)
Message
But I don't want to have to script each simple trigger just so that it won't echo. It would be so much simpler to uncheck a box.

~ JSteele1234 ~
Top

Posted by Nick Gammon   Australia  (23,173 posts)  Bio   Forum Administrator
Date Reply #3 on Mon 10 Sep 2001 10:10 PM (UTC)
Message
OK, I have added that as suggestion #407.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


17,348 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.