dbot/modules/kick/config.json

12 lines
325 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-04-14 17:40:41 +02:00
"chanserv": "ChanServ"
}