1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 10:53:12 +02:00

Removed log:inhabitlogchannel and replaced it with service:channels

This commit is contained in:
Adam
2011-08-13 21:52:21 -04:00
parent 4a7ba7ef4c
commit 8a6d6577bd
16 changed files with 152 additions and 124 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ Log::~Log()
}
}
LogInfo::LogInfo(int logage, bool inhabit, bool rawio, bool ldebug) : LogAge(logage), Inhabit(inhabit), RawIO(rawio), Debug(ldebug)
LogInfo::LogInfo(int logage, bool rawio, bool ldebug) : LogAge(logage), RawIO(rawio), Debug(ldebug)
{
}