mirror of
https://github.com/anope/anope.git
synced 2026-06-25 14:06:37 +02:00
Allow using absolute paths in more places.
This commit is contained in:
+2
-5
@@ -417,12 +417,9 @@ bool Anope::Init(int ac, char **av)
|
||||
}
|
||||
|
||||
Log(LOG_TERMINAL) << "Anope " << Anope::Version() << ", " << Anope::VersionBuildString();
|
||||
Log(LOG_TERMINAL) << "Using configuration file " << Anope::ExpandConfig(ServicesConf.GetName());
|
||||
|
||||
#ifdef _WIN32
|
||||
Log(LOG_TERMINAL) << "Using configuration file " << Anope::ConfigDir << "\\" << ServicesConf.GetName();
|
||||
#else
|
||||
Log(LOG_TERMINAL) << "Using configuration file " << Anope::ConfigDir << "/" << ServicesConf.GetName();
|
||||
|
||||
#ifndef _WIN32
|
||||
/* Fork to background */
|
||||
if (!Anope::NoFork)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user