dbot/modules/kick/config.json

19 lines
436 B
JSON
Raw Normal View History

{
"dbKeys": [ "kicks", "kickers", "hosts", "tempBans" ],
"dependencies": [ "command", "report", "users" ],
"ignorable": true,
2013-04-14 17:40:41 +02:00
"countSilently": true,
2015-01-29 23:06:17 +01:00
"quietBans": [
"#wherever"
],
"network_name": {
"aberwiki": "OAOSIDL"
},
2013-05-07 16:23:37 +02:00
"chanserv": "ChanServ",
"document_bans": false,
2013-08-18 22:23:13 +02:00
"dbType": "redis",
2013-08-18 22:31:03 +02:00
"requireWebLogin": true,
2016-03-20 18:48:07 +01:00
"webAccess": "power_user",
"timeoutTime": "10m"
}