dbot/modules/kick/config.json

13 lines
353 B
JSON
Raw Normal View History

{
2012-12-30 20:30:49 +00:00
"dbKeys": [ "kicks", "kickers" ],
"dependencies": [ "command", "report", "users" ],
"help": "http://github.com/reality/depressionbot/blob/master/modules/kick/README.md",
"ignorable": true,
2013-04-14 15:40:41 +00:00
"countSilently": true,
"admin_channels": {
"aberwiki": "#fishbox"
},
2013-05-07 14:23:37 +00:00
"chanserv": "ChanServ",
"document_bans": false
}