aboutsummaryrefslogtreecommitdiff
path: root/src/configparser.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-09-09 15:44:38 +0100
committerGravatar Sadie Powell2024-09-09 15:48:02 +0100
commit6204c9636e8ea87d690e1e7c06cbf35d04083586 (patch)
tree9d4e437bc9b5849fb85a716c6ddcea272b137822 /src/configparser.cpp
parentMerge branch 'insp4' into master. (diff)
parentSend 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.cpp1
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 },