summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/logger.h b/include/logger.h
index 79a582503..518e2114f 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -71,6 +71,7 @@ class CoreExport LogInfo
std::map<Anope::string, LogFile *> Logfiles;
std::list<Anope::string> Sources;
int LogAge;
+ bool Inhabit;
std::list<Anope::string> Admin;
std::list<Anope::string> Override;
std::list<Anope::string> Commands;
@@ -81,7 +82,7 @@ class CoreExport LogInfo
bool RawIO;
bool Debug;
- LogInfo(int logage, bool normal, bool rawio, bool debug);
+ LogInfo(int logage, bool inhabit, bool normal, bool rawio, bool debug);
~LogInfo();