plugin_simple_time.sma
Simple Server Time Plugin

Original Code by [geist.method]
Modifed by Monolyth <|L|>


Purpose for Recode:
I have been using this plugin for about 2 years, and it just started annoying me having all
these extra features that I never used, not to mention after looking at all the "if" statements
that was used originally I almost puked. No offense to geist.method, gotta start somewhere's mate.
And without his original coding I could not have done all the changes I did. Basically I wanted to
tweak this bad boy down to something that "most" admin's may find handy without all the extra baggage.
So without further ado here's the skimpy.

Additions:
-admin_timeregion <region>: Easy time region specification, and changes without re-compiling.

Improvements:
-Replaced extreme amounts of "if-then" statements with switch statements to improve efficiency.
-Fixed stupid EOL warnings that have so many people whining.

Changes:
-Removed stopwatch and alarm functionality (is it really that useful?)


Notes:
Be sure to change the access level for the timeregion function to what u you want.

If you wish to change the default voice delay scroll to bottom and change:
iDelay += xx;
Where xx is the amount of time (in seconds) you wish the script to wait till it uses the voice again.

Any bugs, problems, issues - E-Mail: dummy@monolyth.org

Peace!