This plugin is used for banning people by ip address.

*IMPORTANT******************** 
You must have:
	exec listip.cfg
in your server.cfg (or listenserver.cfg, as appropriate) or autoexec.cfg of your server to load the stored IP addresses.
******************************

For instructions on how to compile and install plugins, please refer to the Admin Mod manual, located online at http://www.adminmod.org - at the time this readme was written, the URL for the manual was located at http://www.adminmod.org/help/online/
The specifics for downloading and installing plugins is in the section titled 'Admin Mod Plugins'

COMMANDS

The commands for this plugin are as follows:
	admin_banip <target> [<reason>]: Bans the ip address of <Target>.  Optionally, you can include [Reason] to be displayed when they are kicked.

<target> indicates a specific player's Session ID, WONID, name, partial name, or IP address.
[<reason>] is an optional parameter you may add.  It is the reason you would like displayed in the users console who is banned and kicked.

*NOTE* you can use admin_unban to remove an IP address from being banned, so there is no need for an admin_unbanip.

HOW IT WORKS

This program stores the users IP addresses.  When you issue the command on them, it will run an addip command on their IP address, do a writeip command, display the <reason> message to their console, then kick them.

ADDITIONAL INFORMATION

Currently I have not included a method to ban only for a certain amount of time with this.  I decided I would rather have the ability to display a reason to the users, and didn't want to mess with having both.  At least not yet. :)

Hopefully this all makes sense to you!  If you have any further questions, please check on the forums at http://www.adminmod.org - we'll be happy to help you!