3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 19:40:55 +01:00
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 15:40:41 +00:00
"countSilently": true,
2015-01-29 22:06:17 +00:00
"quietBans": [
"#wherever"
],
"network_name": {
"aberwiki": "OAOSIDL"
},
2013-05-07 14:23:37 +00:00
"chanserv": "ChanServ",
"document_bans": false,
2013-08-18 20:23:13 +00:00
"dbType": "redis",
2013-08-18 20:31:03 +00:00
"requireWebLogin": true,
2016-03-20 17:48:07 +00:00
"webAccess": "power_user",
"timeoutTime": "10m"
}