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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user