



- Data Files -
All data files reside in "progdir:data/"
Some files will be created at runtime if they do not already exist.
Other files, if not present, will turn off the Emerod feature they are
used for.
-------------------------------------------------------------------------
o connect.servers Pro only
This is the data file for the CONNECT command, which is only usefull if
your bot has OPER. The syntax is;
server_alias real_server_address
o Emerod.users
This is the default name for the users file. You can set this in the config
file if you use Emerod to log on more than one IRC.
o faq.text
This is the file used to store FAQs.
o help.text
This file is read in to create the HELP menu. You CAN NOT edit the command
levels or command names. But you can edit the command help text if you want.
o kick.text
This file contains "kick reasons" that are randomly used when a person has
level 0 or 1, or if someone uses the KICK or KBAN command on them.
If this file does not exist the kick reason will default to "Goodbye".
o message.text
This file will be created at runtime and will hold all the MSG's sent.
o cookie.data
This is the cookie database file. A "cookie" begins with an \ character
as the first char on the line. Each line can be up to about 230 characters
long. Each line is sent out as a Notice to the channel until the next \
character is found.
I pefer to keep cookies at one or two lines. Any more than that and you
take a chance of flooding the bot off.
* If this file does not exist the COOKIE command will be removed from the
Help menu.
o countrycodes.data Pro only
This is the data file for the COUNTRY command.
o exchange.data Pro only
This is the data file for the EXCHANGE command and will be generated
automaticly by the exchange plugin.
o lamer.text
This file contains keywords that a LaMeR might use on the channel. If
Emerod sees a low access user using one of these keywords, they are sent
a notice with the defined text for that word. If this file is not present
this feature will be disabled.
The format is;
LaMeWoRd#Text to send LaMeR
^
pound sign between "word" and "response"
o momma.data Pro only
This is the "Yo Momma" database file.
* If this file does not exist the MOMMA command will be removed from the
Help menu.
o smile.text
This file contains random "smile" texts that will be sent as an "action"
when Emerod sees someone do a smiley-face on the channel. Emerod will only
smile once every 20 minutes or so.
If this file does not exist then the Smile function is disabled.
o yawn.text
This file contains random "yawn" texts that will be sent if there has been
nothing sent to the channel in the awhile (time defined by YAWNDELAY in
config file).
If the first word on the line is "say" then the following text will be sent
to the channel as though the bot typed it in normally.
If the first word on the line is "me" then the following text will be sent
to the channel as an /me Action.
If this file does not exist and YAWNTYPE is set to 0 in the config file
(default) then the Yawn function will be disabled.
o dates.data
If this file exists it will be scanned when the TIME or DATE command are
used. If there is a date in the file that matches todays date then the
text following the date will be appended to the TIME reply.
The format is;
DDMon Text to display.
example;
01JAN Happy New Year!
02FEB Ground Hog Day
o sinfo.data
If this file exists it will be read and appended to the SINFO reply.
Here is where you might enter your computer model, speed, graphics config-
uration, etc. All data must be in "one line" and be the first line in the
file. Any addional lines will be ignored.