/**************************************************************************
 *		Who, what, why, where, when, how?                         *
 * WHO?  Geoff "SR71Goku" Hichborn and Joe "Caveman" Noyes		  *
 * WHAT? plugin_gnc_filtersay.sma version 1.0b                            *
 * WHY?  Someone asked for it on the admin_scripting forum. This allows   *
 * 	 to specify certain phrases to be replaced with other phrases.    *
 * WHERE?- http://sr71goku.tripod.com/                                    *
 *  	 - http://gosh.ex.ac.uk/~py99jan                                  *
 * WHEN? This was last saved 03:58 26/05/2002                             *
 * HOW?	 To install this, compile the script and place it in the dlls     *
 *       directory in CStrike. Then add a line to the TOP of your         *
 *       plugin.ini file that lists the compiled .amx. Dont forget to add *
 *	 the filter.txt to the {moddir} (eg cstrike) and turn             *
 *       file_access_read to 1 and admin_client_exec set to 1.            *
 * Help! ICQ me on 70710878 with any bugs and issues.  I will NOT help    *
 *       compiling or installing this plugin beyond this text file as it  *
 *	 is all included on 						  *
 * 	- www.adminmod.org 						  *
 * 	 or in this file.  Enjoy ;)					  *
 * 	 								  *
 * 	 Caveman							  *
 *                                                                        *
 * Also, thanks to PilotMan for his filter.txt, the original concept and  *
 *  finding the first bug.  I hope his son enjoys CS.                     *
 *					                                  *
 **************************************************************************/

////////////////////////////  Changelog  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

03:58 26/05/2002 - Version 1.0b
	Found a way to crash it if you do certain things to the filter.txt,
	so I added some code that stops it. Updated the filter.txt and also
	the readme.....

01:35 25/05/2002 - Version 1.0
	First working version