summaryrefslogtreecommitdiff
path: root/include/logger.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-13 21:52:21 -0400
committerAdam <Adam@anope.org>2011-09-10 01:52:46 -0400
commit8a6d6577bd6c9d5ca57c98d932a99ae890ba7cc8 (patch)
treec3d63ae7797a4c8d08cd7b75ef69a48720a9605d /include/logger.h
parent4a7ba7ef4cd92263d8187b1385d8bf46102ef7b3 (diff)
Removed log:inhabitlogchannel and replaced it with service:channels
Diffstat (limited to 'include/logger.h')
-rw-r--r--include/logger.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/logger.h b/include/logger.h
index d012c4450..423e096d3 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -73,7 +73,6 @@ 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;
@@ -84,7 +83,7 @@ class CoreExport LogInfo
bool RawIO;
bool Debug;
- LogInfo(int logage, bool inhabit, bool rawio, bool debug);
+ LogInfo(int logage, bool rawio, bool debug);
~LogInfo();