cpitchfor7:	Tue Feb 12 22:56:54 GMT 2002	cpitchford
	*	Fixed bug with advert rehash causing it to only use last
		advert line in config file.


cpitchfor6:	Tue Feb 12 02:01:35 GMT 2002	cpitchford
	*	%l has been added to the list of tags for the advert
		directive. It will be replaced with the minimum speed

	*	Added "on" option to NOLIST admin command.. "on" will enable
		NOLIST indefinitely until NOLIST is called again
		with either zero or a number of minutes

	*	Added "nolist" config file directives, which will disable
		listing indefinitely or until nolist admin command is
		issued to cancel nolist. It also takes an optional 
		parameter of "-q" to drop list requests silently
		or of m where it will auto-ban any user for m minutes
		should they make a list request to the bot, in the same
		way as the NOLIST admin command

	*	Fixed a BUG in admin.c: void getconfig_set. If line
		in the configuration file has no parameters (e.g. 
		"nolist" the "var" and "var2" variables faced a buffer
		overrun situation, as they are assigned after the
		terminating NULL character and hence a configfile
		with a single word on it could potentially lead to
		a buffer overrun and a SEGV death. This is a bug in
		iroffer, this patch fixes it.

	*	Added configuration directives "speedwarnings" and 
		"nospeedwarnings". These two directives turn off the
		warnings notices sent to users when they reach bandwidth
		limits

	*	Added SPDWRN admin command with parameter + or - This
		command turns off the notifications that are sent to a user
		when they reach bandwidth limits


cpitchfor5:		cpitchfor
	*	%i was added to the humiliate list of replace tags. This
		will be replaced in the string with the number of
		minutes the user has been ignored for.


cpitchfor4:		cpitchfor
	*	Humiliate config file directive and admin command was
		added. Like advert it takes a printf style string
		in which %u is replaced with the username of a user
		who has just been auto-banned.

	*	"public" and "nopublic" config file directives were
		added to allow the ability to control how the bot
		responds to public triggers

	*	the ignore admin command now accepts network ranges
		in the form of strings starting with "*"
		A hostname is checked to see if it ends with a network
		range (excluding the prefixing *) to determine
		a match
	*	!strcmp was replaced with isbanned to determine
		if a hostname matched an ignore entry to ensure
		network ranges are catered for


cpitchfor3:		cpitchfor
	*	When a user was banned public triggers failed. This was
		fixed

	*	advert lines were silently unlinked and therefore caused
		memory leaks. (Thanks to FarFetch'd for fix)

	*	Files were not closed after finished reading. This is
		an actual bug in iroffer. This patch fixes it.
		(Thanks to FarFetch'd for fix)


cpitchfor2:		cpitchfor
	*	PUBLIC admin command added to toggle whether the bot will
		respond to public messages, and public triggers (/CTCP)
		using the admin command PUBLIC <+|->


cpitchfor1:		cpitchfor
	*	Altered NOLIST function to admin commands.
		NOLIST now accepts two parameters. first still specifies
		how long list is disabled, second new parameter specifies
		that the list requests should be silently dropped "-q"
		or the number of minutes to ignore a user after making
		a list request. Quiet and banning NOLIST commands will
		also drop the list command without queuing it for
		processing.

	* 	Added config file directive for custom adverts
		Advert when used (multiple times also) will define
		a printf like template for the advert sent out to 
		channels with the -advert option enabled.
		The advert is created from the advert lines in the config
		file in the order they appear.
		% was chosen as the escape character. The flag letter
		was taken from the /ctcp status option as mentioned
		on the iroffer documentation
