summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-14 01:01:38 -0400
committerAdam <Adam@anope.org>2011-08-14 01:01:38 -0400
commite767ded69f8f00cc2be49215400e2b4638a20140 (patch)
tree687ebfc5adc60d740fddb1af634895ba60108f57 /src
parent83a579fb9a962355ebf315b624d2ba1c45b05aff (diff)
Fixed default settings for log blocks
Diffstat (limited to 'src')
-rw-r--r--src/config.cpp2
1 files changed, 1 insertions, 1 deletions
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",