1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 10:46:38 +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
@@ -24,7 +24,7 @@
/* Command-line options: */
unsigned Anope::Debug = 0;
bool Anope::ReadOnly = false, Anope::NoFork = false, Anope::NoThird = false, Anope::NoPID = false, Anope::NoExpire = false, Anope::ProtocolDebug = false;
bool Anope::ReadOnly = false, Anope::NoFork = false, Anope::NoThird = false, Anope::NoDB = false, Anope::NoPID = false, Anope::NoExpire = false, Anope::ProtocolDebug = false;
Anope::string Anope::ServicesDir;
Anope::string Anope::ServicesBin;