
		***MOTD Frequently Asked Questions***

Q: When my bot starts up it keeps telling me that it can't find one or
more of the followng: config.tcl settings.tcl and bindings.tcl!

A: You either don't have the motd directory in the right place, or you
don't have it in the right location.  Try putting the motd directory into
your scripts/ directory (eg EVERYTHING in this packages is located in
/home/mydir/eggdrop/scripts/motd) 

Q: When I go to create a MOTD for my channel I get an error that has to do
with the # character!

A: Some unices don't like to interpret the # character on the command
line, A simple solution to this is to pass it with a backslash (\) in it.
E.G. touch \#channel.motd (from the command prompt) will create an empty
#channel.motd file.

