Cancel Vote Kick and Vote Map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Purpose:
    ~~~~~~~~

To enable admins to stop kick and map votes by llamas.

-------------

    Notes! Read this before install!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This modification changes the default plugin_base.sma file.
It is highly recommended that you backup this file if you ever
plan that you may wish to remove this modification. Unfortunately
due to the structure of the vote commands, there is no other way
to cancel the vote dialogs but to modify this file.

-------------

    Installation:
    ~~~~~~~~~~~~~

If you have not changed your plugin_base.sma file:
  Simply install the new plugin_base.sma file included and
  compile. We recommend you backup the old one first.

If you have changed your plugin_base.sma file:
  (More advanced users only)
  Open your changed plugin_base.sma file.
  Copy the contents of header.txt to the top of your 
    plugin_base.sma file. Place just below the #include
    lines.
  Copy the contents of body.txt to overwrite the existing
    public admin_vote_kick, public HandleKickVote, 
    public admin_vote_map, public HandleMapVote. These
    four routines are adjacent in the sma file (so 
    overwrite them all at once). This is also in the 
    plugin_base.sma file.
  Copy the contents of footer.txt to the bottom of
    plugin_base.sma file. Place [public plugin_init() {]
    section just under [plugin_registercmd("admin_nopass"...]
    line.
  We recommend you make a backup of the old sma first.
  If you are confused about the position of any part, look
    at the included SMA file to see the positions.

-------------

    Usage:
    ~~~~~~

When a vote is iniated that you wish to cancel, simply go to
console and type "admin_novote" and the vote will automatically
fail. It will not be an instant thing. The voting process will
complete first. But it will always result in the responce:
"Vote canceled by admin"

-------------

    Disclaimer:
    ~~~~~~~~~~~

This modification can be distributed for free by any form of 
distribution so long as the author is given credit somewhere 
in the distribution. We restrict nothing about the content,
any are free to modify it as needed. Blah blah blah. Etc. Etc.

Yeah...I don't care for disclaimers...but they are needed :)

Just as long as my name shows up somewhere (included text file,
etc) I'm happy. I made this to stop problems with llamas abusing
the vote feature. Just as long as those using this aren't llamas
I'm satisfied.

-------------

    Author:
    ~~~~~~~

This modification of the vote commands by:
  Random Chaos
  randomc@treadmarks.cjb.net
With help from:
  [EH]-Stealth
