From 1d9c7fd40e548767fbadb160b6ebb7c5c8e08d88 Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 30 Jun 2013 17:22:38 +0000 Subject: [PATCH] remove config directive for admin channel in kick --- modules/kick/config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/kick/config.json b/modules/kick/config.json index 2ea10c4..f02f708 100644 --- a/modules/kick/config.json +++ b/modules/kick/config.json @@ -3,9 +3,6 @@ "dependencies": [ "command", "report", "users" ], "ignorable": true, "countSilently": true, - "admin_channel": { - "aberwiki": "#fishbox" - }, "network_name": { "aberwiki": "OAOSIDL" },