Information: This script allows ops to vote on a topic. Only ops in the voting channel may vote. Changes log for HTMLOpVote.tcl: Version 2.0 * Released to the public from the |DAWG| Scripting Team website. * Added password protection. * Added a HTML tag. * Optomized HTML generation. * Other small code cleanups. Version 1.9 * Released to the public from the |DAWG| Scripting Team website. * Fixed some places where I was using list operations on strings. Version 1.8 * Released to the public from the |DAWG| Scripting Team website. * Removed the HTMLOPVOTE: prefix from all notices. * Added the option to disable both bold and the HTMLOPVOTE: prefix on DCC chat. Version 1.7 * Released to the public from the |DAWG| Scripting Team website. * Minor documentation updates. * The HTML for the vote log is now created when the page is updated, so changes to the page layout take effect. * Added a .voteclear command for clearing the vote results page. * Bug fixes. Version 1.6 * Released to the public from the |DAWG| Scripting Team website. * Minor documentation updates. * Put all configuration settings into an array to save code. * Removed PHP support, PHP natively supports HTML. * Optimized parsing of vote messages. * Reduced the filesize of the HTML output file. Version 1.5 * Released to the public from the |DAWG| Scripting Team website. * Added version checking so the script will not attempt to run on anything but eggdrop 1.6.x. Version 1.4 * Released to the public from the |DAWG| Scripting Team website. * Now supports PHP. * Added meta tags to the generated page. * You can now change the output colors for the HTML/PHP page. * The time of the last HTML/PHP update is now appended to the bottom of the page. Version 1.3 * UnReleased * Fixed some formatting and compatibility issues. Version 1.2 * UnReleased * Bug fixes. * Only ops in the voting channel may vote. * Added vote reasons.