diff options
| author | 2024-09-09 15:44:38 +0100 | |
|---|---|---|
| committer | 2024-09-09 15:48:02 +0100 | |
| commit | 6204c9636e8ea87d690e1e7c06cbf35d04083586 (patch) | |
| tree | 9d4e437bc9b5849fb85a716c6ddcea272b137822 /src/configparser.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| parent | Send an ISupport diff when a user moves to a new connect class. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'src/configparser.cpp')
| -rw-r--r-- | src/configparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp index 42a540abe..3350290e6 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -492,6 +492,7 @@ ParseStack::ParseStack(ServerConfig* conf) // Directories that were set at build time. { "dir.config", INSPIRCD_CONFIG_PATH }, + { "dir.example", INSPIRCD_EXAMPLE_PATH }, { "dir.data", INSPIRCD_DATA_PATH }, { "dir.log", INSPIRCD_LOG_PATH }, { "dir.module", INSPIRCD_MODULE_PATH }, |
