dbot/modules/kick/config.json

15 lines
365 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,
"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,
2013-08-18 22:23:13 +02:00
"webAccess": "power_users"
}