Name
	banadd - adds an IP ban to the banlist
Usage
	banadd <ip>
	banadd <ip> <time>
	This will put the IP you specified on the banlist of the currently
	selected server. Also note that the IP may contain wildcards, just like
	known from the client banlist. So, you could use the wildcard "*" to ban
	more than only one guy, or to ban whole netmasks/providers.
	You can also specify a time after the IP, measured in minutes, which
	will make your ban become a "time ban", meaning it will only last for as
	long as you specified.
Example
	banlist
	>ERROR, no data avaible
	banadd 111.222.333.*
	>OK
	banadd 333.222.111.* 10
	>OK
	banlist
	>b_id    ip              created                 mins    by
	>69      111.222.333.*   23-10-2003 01:31:41     0       "SSA_Account9"
	>70      333.222.111.*   23-10-2003 01:31:57     10      "SSA_Account9"
	>OK
