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 15:40:41 +00:00
"countSilently": true,
"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,
2013-08-18 20:23:13 +00:00
"webAccess": "power_users"
}