From a30f1a6a77e73a35ae21a42fe2bbfc740eb62b56 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 14 Apr 2013 15:40:41 +0000 Subject: [PATCH] include chanserv config key [#261] --- modules/kick/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/kick/config.json b/modules/kick/config.json index d765613..c32561f 100644 --- a/modules/kick/config.json +++ b/modules/kick/config.json @@ -3,5 +3,6 @@ "dependencies": [ "command", "report", "users" ], "help": "http://github.com/reality/depressionbot/blob/master/modules/kick/README.md", "ignorable": true, - "countSilently": true + "countSilently": true, + "chanserv": "ChanServ" }