From e767ded69f8f00cc2be49215400e2b4638a20140 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 14 Aug 2011 01:01:38 -0400 Subject: [PATCH] Fixed default settings for log blocks --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index baedb92ba..b8a07ba18 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1264,7 +1264,7 @@ ConfigItems::ConfigItems(ServerConfig *conf) InitServices, DoServices, DoneServices}, {"log", {"target", "source", "logage", "inhabitlogchannel", "admin", "override", "commands", "servers", "channels", "users", "other", "rawio", "debug", ""}, - {"", "", "7", "yes", "", "", "", "", "", "", "no", "no", ""}, + {"", "", "7", "yes", "", "", "", "", "", "", "", "no", "no", ""}, {DT_STRING, DT_STRING, DT_INTEGER, DT_BOOLEAN, DT_STRING, DT_STRING, DT_STRING, DT_STRING, DT_STRING, DT_STRING, DT_STRING, DT_BOOLEAN, DT_BOOLEAN}, InitLogs, DoLogs, DoneLogs}, {"command",