mirror of
https://github.com/anope/anope.git
synced 2026-06-30 23:26:39 +02:00
Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime
This commit is contained in:
@@ -105,7 +105,7 @@ class ModuleSQLite : public Module
|
||||
|
||||
if (this->SQLiteServices.find(connname) == this->SQLiteServices.end())
|
||||
{
|
||||
Anope::string database = config.ReadValue("sqlite", "database", "anope", i);
|
||||
Anope::string database = db_dir + "/" + config.ReadValue("sqlite", "database", "anope", i);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user