mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:16:38 +02:00
fixed paste error (failed awesomeness) in last commit.
This commit is contained in:
@@ -653,7 +653,7 @@ class DBPlain : public Module
|
||||
{
|
||||
ConfigReader config;
|
||||
DatabaseFile = db_dir + "/" + config.ReadValue("db_plain", "database", "anope.db", 0);
|
||||
DatabaseFile = db_dir + "/backups/" + config.ReadValue("db_plain", "database", "anope.db", 0);
|
||||
BackupFile = db_dir + "/backups/" + config.ReadValue("db_plain", "database", "anope.db", 0);
|
||||
}
|
||||
|
||||
EventReturn OnLoadDatabase() anope_override
|
||||
|
||||
Reference in New Issue
Block a user