From: Darren Date: Sat, 28 Sep 2013 11:58:00 +0000 (+0100) Subject: Remove unused conf.cap_options from example config X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7902772f08ddd1fe93da2eac0c9b8c2d11095b45;p=KiwiIRC.git Remove unused conf.cap_options from example config --- diff --git a/config.example.js b/config.example.js index c7a72a7..65237f3 100644 --- a/config.example.js +++ b/config.example.js @@ -82,11 +82,6 @@ conf.client_plugins = [ -// Enabled CAP extensions (See ENTER URL TO CAP INFO HERE PLS) -conf.cap_options = []; - - - // Directory to find the server modules conf.module_dir = "../server_modules/";