1
0
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:
Sadie Powell
2025-05-24 16:51:33 +01:00
parent e182519e4d
commit 23e72fc934
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -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;