Public Member Functions | |
cCoreOptions (void) | |
Default constructor. | |
Public Attributes | |
std::string | file_patterns |
Space separated list of patterns of aiml files to be loaded. | |
std::string | file_gossip |
The path where to gossip (a file). | |
std::string | user_file |
File where user's data is saved. | |
std::string | sentence_limit |
Characters used to separate sentences. | |
bool | should_trim_blanks |
If the interpreter should treat multiple whitespace combinations as a single space. | |
bool | allow_system |
If the interpreter should execute commands from <system> tags. | |
bool | allow_javascript |
If the interpreter should execute code from <javascript> tags. | |
bool | allow_dateformat |
If the interpreter should format date using the "format" parameter. |
|
Default constructor. This gives the default values to each of the parameters in this structure. Refer to the configuration file description to see which are those defaults. |