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
➜ already omitted flag for triggered functions after omit+keep_evaluating
|
already omitted flag for triggered functions after omit+keep_evaluating
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Fiendish
USA (2,558 posts) Bio
Global Moderator |
| Date
| Sat 28 Nov 2015 01:40 PM (UTC) Amended on Sat 28 Nov 2015 02:20 PM (UTC) by Fiendish
|
| Message
| Given the caveats noted in http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=12533
("Providing the other trigger(s) haven't added to the output buffer..." and "My reply may not work for long lines...")
Maybe a 5th parameter could be added to trigger function calls after name,line,wildcards,styles that denotes whether the matched line has already been omitted? Or maybe a GetInfo flag that resets at the start of every triggering round and toggles if any trigger omits from output? |
https://github.com/fiendish/aardwolfclientpackage | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Sat 28 Nov 2015 08:29 PM (UTC) |
| Message
| What would you define as omitted? For example in ProcessPreviousLine.cpp line 462:
if (!SendToAllPluginCallbacks (ON_PLUGIN_LINE_RECEIVED, strCurrentLine))
bNoOutput = true;
That's omitted by a plugin callback (OnPluginLineReceived), not a trigger match. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #2 on Sat 28 Nov 2015 09:28 PM (UTC) |
| Message
| OK, I've changed the output line management thus:
https://github.com/nickgammon/mushclient/commit/e3a9650
Previously a local variable was used to detect if the line was (about to be) omitted from output. Now it is a global variable which you can test with GetInfo (124). |
- 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.
13,352 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top