TiTLE	: UTDCv21HASH+
FOREWORD: This update is based on the "spank the monkey" update to UTDCv21 [http://tinyurl.com/63jmkn].
iNFO	: HASH+ adds the ability to kick (and optionally ban) players based on their 'Corruption hash',
		  without the need to have bKickForCorruptMemory enabled.
		  According to several individuals on unrealadmin.org this is a useful addition to take action 
		  against cheats which are detected by UTDC as memory corruption, but for which players are not 
		  removed.
CHANGES	: * Ability to specify up to 32 disallowed hashes.
		  * Show a custom kick message or use the default.
		  * Fixed several appalling grammatical mistakes ("player have..").
iNSTALL	: Install UTDCv21 and configure ActionMan.ini to suit your needs.
		  Copy 'UTDCAMv12.u' to the UT\System folder of your server, overwriting the original file.
		  Launch the server once to initialize the update.
		  Close the server and modify the new settings in ActionMan.ini to your liking.
CONFiG	: bBadMsg: Set to True to send a player with a bad hash the custom message (BadMsg).
				   Set to False to show the default message ("memory corruption").
		  BadMsg:  Specifiy the message to be broadcast in the game when a bad hash has been detected.
				   %Player% is a placeholder for the playername of the offending player. This must be
				   included in the message. An example modification of the message could be:
				   BadMsg=[UTDC] Get out, %Player%!
				   Which would show up in the game as "[UTDC] Get out, Tom!" if the offending player
				   was called Tom.
		  BadHash: Enter the corruption hashes for which a player should be removed. Starting at
				   BadHash[0], continuing in sequential order (BadHash[1], BadHash[2], etc.). Do
				   not leave gaps between entries! A typical list could look like this:
				   BadHash[0]=8C257A7905CD9DF6A1208597F622CD99
				   BadHash[1]=2E1B7F894E0DB4A34F99939E0750E29B
				   etc.
NOTES:   I have very little experience with UTDC. I expect the features of this update should suffice.
		 Suggestions and bugreports can be posted in the following thread:
		 http://www.unrealadmin.org/forums/showthread.php?t=27756
THANXXX: The original author of UTDC, "n0ggelbasher", "adminthis".