From 11f1f2126c3e1f1cb91f5d6e273eba2850ca61a8 Mon Sep 17 00:00:00 2001 From: aquanight Date: Fri, 15 Feb 2008 13:30:46 +0000 Subject: Make -nofork work properly with logging now. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8944 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_chanlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_chanlog.cpp b/src/modules/m_chanlog.cpp index 7d066a6ac..afc8c5225 100644 --- a/src/modules/m_chanlog.cpp +++ b/src/modules/m_chanlog.cpp @@ -98,7 +98,7 @@ class ModuleChanLog : public Module std::string tok; while (css.GetToken(tok)) { - ServerInstance->Logs->AddLogType(tok, c); + ServerInstance->Logs->AddLogType(tok, c, true); } cls.push_back(c); } -- cgit v1.2.3