diff options
author | Adam <Adam@anope.org> | 2011-08-14 01:01:38 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-14 01:01:38 -0400 |
commit | e767ded69f8f00cc2be49215400e2b4638a20140 (patch) | |
tree | 687ebfc5adc60d740fddb1af634895ba60108f57 /src | |
parent | 83a579fb9a962355ebf315b624d2ba1c45b05aff (diff) |
Fixed default settings for log blocks
Diffstat (limited to 'src')
-rw-r--r-- | src/config.cpp | 2 |
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", |