diff options
| author | 2025-02-15 14:24:43 +0000 | |
|---|---|---|
| committer | 2025-02-15 14:44:39 +0000 | |
| commit | 6c2100a2e4b6a4d77af615bcd300aa5e5a077358 (patch) | |
| tree | ee3ed2adf45e2a589b326d764fea94e9d197fa55 /src/inspircd.cpp | |
| parent | Move RPL_TIME to the numeric header, unify TIME and ALLTIME. (diff) | |
Fix expanding paths on portable installations.
Closes #2148.
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5b1f332c9..b9018ea7d 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -255,7 +255,7 @@ namespace // Parses the command line options. void ParseOptions() { - std::string config; + std::string config = ServerInstance->Config->Paths.PrependConfig("inspircd.conf"); bool do_debug = false; bool do_help = false; bool do_nofork = false; |
