1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 09:33:12 +02:00

Add an option to disable the encryption and database module checks.

This commit is contained in:
Sadie Powell
2025-08-01 13:57:47 +01:00
parent 1245b43ade
commit 02aeb254ee
4 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ namespace Anope
/** Other command line options.
*/
extern CoreExport bool ReadOnly, NoFork, NoThird, NoPID, NoExpire, ProtocolDebug;
extern CoreExport bool ReadOnly, NoFork, NoThird, NoDB, NoPID, NoExpire, ProtocolDebug;
/** The root of the Anope installation. Usually ~/anope
*/