I recently had someone tell me one of my plugins didn't work, but previously had no problem with it. The plugin can be found at:
http://www.magma.ca/~magnumsw/muds/rebtimer.zip
If it shows version 1.1, then Magnum will have uploaded the patch and that one works. The problem is with the version 1.0 copy. It is supposed to capture a line like:
The next reboot is scheduled for 02:49 CEST (GMT+1) on Wednesday (in 2d 1h 59m 56s).
and store the amount of time until reboot, then create a timer that fires once a second to report how long is left. In the 1.0 version, there is only a single trigger and the script itself. This version never updates the time, since the timer is apparently never created at all by the script. I fixed this in version 1.1 by adding in the timer as part of the plugin, but there is an obvious bug in the current version of Mushclient if it won't create timers from inside of plugin scripting without it existing in the XML already (which is redudant).
(Obviously if by the time of reading this the plugin has been updated to 1.1 on Magnum's site, you will have to delete the timer from inside the XML file and the save state file as well to test the bug.)
http://www.magma.ca/~magnumsw/muds/rebtimer.zip
If it shows version 1.1, then Magnum will have uploaded the patch and that one works. The problem is with the version 1.0 copy. It is supposed to capture a line like:
The next reboot is scheduled for 02:49 CEST (GMT+1) on Wednesday (in 2d 1h 59m 56s).
and store the amount of time until reboot, then create a timer that fires once a second to report how long is left. In the 1.0 version, there is only a single trigger and the script itself. This version never updates the time, since the timer is apparently never created at all by the script. I fixed this in version 1.1 by adding in the timer as part of the plugin, but there is an obvious bug in the current version of Mushclient if it won't create timers from inside of plugin scripting without it existing in the XML already (which is redudant).
(Obviously if by the time of reading this the plugin has been updated to 1.1 on Magnum's site, you will have to delete the timer from inside the XML file and the save state file as well to test the bug.)