From 9a5a75c1c2124d82bd683a07bf4d781ce4ff7b0e Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 18 Aug 2013 20:31:03 +0000 Subject: [PATCH] set requireweblogin for bans --- modules/kick/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/kick/config.json b/modules/kick/config.json index 4df5b5b..81dec3b 100644 --- a/modules/kick/config.json +++ b/modules/kick/config.json @@ -9,5 +9,6 @@ "chanserv": "ChanServ", "document_bans": false, "dbType": "redis", + "requireWebLogin": true, "webAccess": "power_users" }