Spam Filter
------------------------------
Version 1.1

Updates:
	Reworked the entire database code, now it all loads from a single file
	Added an ini file for default options and whatnot
	Made it able to update the database from the web (currently non-functional)

Version 1.0

Filters both in-game and out-of-game spam using bayesian filtering techniques.
See: http://en.wikipedia.org/wiki/Bayesian_filter

If you find any spam messages this doesn't catch, feel free to post them.

Commands:
These may be typed either in game or out of game.

.reload - Reload the spam and ham databases
.save - Save the spam and ham databases
.spam <string> - Add <string> to the spam database
.ham <string> - Add <string> to the ham database
.set <param> <value> - Set various parameters
	(true, TRUE, 1, and on all mean enabled, false, FALSE, 0, and off all mean disabled)

Parameters for .set:
	enabled - Enable or disable spam blocking (default: true)
	logchat - Enable or disable chat logging (default: true)
	logblocks - Enable or disable logging blocked chat messages (default: false)
	autosave - Enable or disable auto-saving the spam and ham databases (default: true)
