Installing Infobot(Tcl)
by Mac-arena the Bored Zo (2001)

This process is very simple. Simply place the file named in the left column in the directory in the right:

	File		Directory
	----		---------
	infobot.tcl	~/eggdrop/scripts
	fp2db		~/eggdrop/scripts
	*.db		~/eggdrop or ~/eggdrop/scripts
	INSTALL		why move it?
	LICENSE		ditto
	README		same here

After that, edit your eggdrop config file and add the following line somewhere:

	source scripts/infobot.tcl

Then edit the infobot.tcl file and make sure the configuration options at the top are to your liking. The final step is to .rehash your bot (or, if you have .tcl enabled, .tcl source scripts/infobot.tcl).

Keep in mind your bot will create a file called infobot.db. This file will be empty at first; you can use the .importdb command to load in the supplied factpacks. These are:

	File		Description
	----		-----------
	default.db	Useful entries every bot should have
	error.db	Mac OS error codes [newer than Infobot(pl)]
	excuse.db	BOFH-style Excuse-of-the-Day Calendar
	country.db	A country code database

.importdb's lone argument is the pathname to a DB file, relative to . (probably ~/eggdrop).