dbot/modules/kick/config.json

13 lines
353 B
JSON
Raw Normal View History

{
2012-12-30 21:30:49 +01: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 17:40:41 +02:00
"countSilently": true,
"admin_channels": {
"aberwiki": "#fishbox"
},
2013-05-07 16:23:37 +02:00
"chanserv": "ChanServ",
"document_bans": false
}