mirror of
https://github.com/anope/anope.git
synced 2026-07-01 22:46:39 +02:00
Convert Anope::Debug to an unsigned value.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
#endif
|
||||
|
||||
/* Command-line options: */
|
||||
int Anope::Debug = 0;
|
||||
unsigned Anope::Debug = 0;
|
||||
bool Anope::ReadOnly = false, Anope::NoFork = false, Anope::NoThird = 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