README.TXT
plugin_sank_antiflood
December 28, 2001
For AdminMod version 2.50 or newer.
http://www.adminmod.org

Files Included:
===============================================================================
README.TXT - This file.
plugin_sank_antiflood.sma - Plugin source.
plugin_sank_antiflood.amx - Compiled win32 version.
plugin_sank_antiflood_l.amx - Complied linux version.


Plugin Description:
===============================================================================

This plugin monitors all chat activity, keeping track of the rate at which a
user says things. If they start saying things too frequently, it will log to
a file (FloodLog.txt), and then kick them.  This new version also monitors all
"admin_" commands to make sure someone doesn't abuse them either.

In the case that it determines a user is flooding the server, a separate log is
created, FloodLog.txt, and it will contains entries similar to the following:
12/28/2001 - Player<10.0.0.1><1> was kicked using command "say glow red"
12/28/2001 - Player2<10.0.0.2><2> was kicked using command "admin_abused command"

IMPORTANT: For maximum effectiveness, this plugin should be loaded before any
other plugins.  This is done by making this plugin the first one listed in the
plugin.ini file.

Luke Sankey
sank@spu.edu