aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-22 20:57:35 -0400
committerTest_User <hax@andrewyu.org>2024-07-22 20:57:35 -0400
commit69f4e3e77b48e2901c908837978282ea86c54d24 (patch)
tree9b794f2842623589216f3dc3da470460840652b2 /config.h
parent9ccf3ab2ced07c537e91f2c19c5d967b39b0a1e2 (diff)
downloadhaxircd-69f4e3e77b48e2901c908837978282ea86c54d24.tar.gz
haxircd-69f4e3e77b48e2901c908837978282ea86c54d24.zip
Configurable services db path
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 2d99a0d..5e02490 100644
--- a/config.h
+++ b/config.h
@@ -128,5 +128,6 @@ extern struct string NICKSERV_ADDRESS; // = STRING("/dev/null");
extern struct string SERVICES_CHANNEL; // = STRING("#services");
+extern struct string SERVICES_DB_PATH; // = STRING("./pseudoclients/services.db");
extern size_t SERVICES_DB_MAX_SIZE; // = 100 M;
#endif