Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Dave
Australia (93 posts) bio
|
| Date |
Fri 15 Nov 2002 08:33 PM (UTC) [ quote
] |
| Message |
I've been writing a "logflip" plugin (closes/opens a new log file when the day changes), but am running into some problems.
The timer script subroutine is called immediately when the plugin is opened. This shouldn't happen, as it's a "fire at the time" timer. Now, because this is firing, it's setting the "fire at" to +24hrs of the CURRENT time, instead of the time I desire (on midnight).
I've tried ResetTimer()'ing at the end of subroutine to try to get it back in synch to no avail, however a few seconds later when I ResetTimer() in an info function, it does work.
Any ideas Nick?
Dave | top |
|
| Posted by |
Nick Gammon
Australia (18,769 posts) bio
Forum Administrator |
| Date |
Reply #1 on Sat 16 Nov 2002 12:35 AM (UTC) [ quote
] |
| Message |
Hmmm - this has uncovered a can of worms.
First, the ResetAllTimers function incorrectly only reset world timers.
Second, when loading a plugin its timers were not reset, thus giving you the behaviour you are seeing.
This is fixed in 3.33, however for now I suggest adding a OnPluginInstall function, and doing a world.resettimer on that specific timer. That should fix it. |
- 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.
1,792 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )