ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
 This is the main config file for the talker.
 These settings can be reloaded with .admin <config name> load <type>
 i.e. .admin config load strings or .admin config load globals

char config[num].name
int config[num].type
void config[num].value

Rules:
Lines with # in front are ignored
Lines with spaces in front are ignored unless part of a description
Strings are marked with a " aa the first character in their value.
Ints are marked as values without a " as the first character

Implementation:
Config file will be read in sections (<type>) which can be reloaded
on the fly. Each section marker is surrounded in ..'s
the strings section starts with
..Strings..
and ends with
..End Strings..