projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8508c7
)
Remove unused conf.cap_options from example config
author
Darren
<darren@darrenwhitlen.com>
Sat, 28 Sep 2013 11:58:00 +0000
(12:58 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sat, 28 Sep 2013 11:58:00 +0000
(12:58 +0100)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index c7a72a784ad387d554006e0b764a5e2849b8e3ca..65237f300a198457f9590abed220aba31c60ed37 100644
(file)
--- 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/";