plugin_CS:
plugin_TFC:
Fixed a bug using admin_tfc_balance instead of the correct cvar name admin_balance_teams.
plugin_base:
admin_hostname uses the whole name, not only the first word.
admin_map and admin_vote_map store the mp_timelimit before they set it to 1. It is restored after the map change.
admin_pass will echo the current password if none is supplied.
admin_vsay checks if a vote is allowed.
plugin_hlds_mapvote:
ACCESS_CONTROL_VOTE replaces ACCESS_ALL for admin_cancelvote, admin_denyvote and admin_startvote.
Fixed an echoing message and the extend vote
plugin_message:
Setting admin_connect_msg to "0" will not display a connect message, although the timer is run.
Setting admin_repeat_msg to "0" will not display a repeat message but the timer is not killed if it was started. It will continue to run and setting admin_repeat_msg to a different value will again display that string.
The repeat message frequency can be set with admin_repeat_freq. The units are seconds. The minimum value is 15 seconds. Setting it to 0 will not start the timer. The timer cannot be started by setting it to a different value during a map. It will only be started at a map change.
plugin_retribution:
admin_slay uses the new slay() function and is thus independent from the setting of allow_execclient. It will only issue the message and the thunderclap noise if the target was really slain. It respects admin_quiet.
The same is true for admin_slay_team.
admin.inc:
Added rainbow() function.
Added slay() function
Overriding admin_quiet will not print the admin's name.