This pluging is a replacement for plugin_wipeout_autoresponse.sma 
and plugin_sank_AI.sma. It performs the same basic functions with 
enhanced ability. It allows the admin to place the auto responses, 
key phrases (the phrase you are looking for, up to 2 can be specified) 
and the action to be taken (from just display a message to gagging 
the user) from a file (AR.TXT) that is parsed at plugin initialization 
or upon demand by the admin. This allows you to change the messages, 
actions, and keywords "on the fly" without having to recompile the 
auto-responder plugin. It also allows for up to 100 different levels 
of actions to be executed based upon the user chat messages 
(adding/changing these requires recompilation). 

New Commands:
admin_parsearfile
This command reads responses and actions to take in from the 
autoresponse text file and prepairs them for use.
Usage: Execute "admin_parsearfile" from system or admin CS console
Access required: 4096

admin_ardebug
Toggles on or off expanded responsder debugging information to 
be sent to the system comsole as well as teh admins CS console.
Usage: Execute "admin_ardebug" from system or admin CS console
Access required: 4096

admin_bitchslap
Toggles bitch slap mode.  It will slap a player if he/she uses any of the
 words in your words file. In order for this to be effective this script 
must be loaded before plugin_retribution or the word filter in the
 handle say located in plugin_retribution must be disabled.