1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 23:36:39 +02:00

Fixed default settings for log blocks

This commit is contained in:
Adam
2011-08-14 01:01:38 -04:00
parent 83a579fb9a
commit e767ded69f
+1 -1
View File
@@ -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",