diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-08-25 00:09:00 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-08-25 00:10:47 +0200 |
commit | d6861984e89ecf159efcebcf8c4ef12116e3aabd (patch) | |
tree | e3e092702019e1231cb11c86d214ccc44bc25249 | |
parent | 67dbc3131fe050de6991ddc6a854e363f1076fbe (diff) |
Remove reference to m_ziplinks from modules.conf.unreal and modules.conf.charybdis
Fixes #285 reported by @hoggeh
-rw-r--r-- | docs/conf/modules/modules.conf.charybdis | 14 | ||||
-rw-r--r-- | docs/conf/modules/modules.conf.unreal | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/docs/conf/modules/modules.conf.charybdis b/docs/conf/modules/modules.conf.charybdis index 8ba2f1b40..4490d5482 100644 --- a/docs/conf/modules/modules.conf.charybdis +++ b/docs/conf/modules/modules.conf.charybdis @@ -311,19 +311,5 @@ <watch maxentries="32"> <module name="m_xline_db.so"> -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# ZipLinks module: Adds support for zlib deflate on server to server -# connections. Both ends of the connection must load this module. -# This modules is in extras. Re-run configure with: ./configure --enable-extras=m_ziplink.cpp -# and run make install, then uncomment this module to enable it. -# -#<module name="m_ziplink.so"> -# -# To use this module, you must enable it as a ssl type in your -# <link> tags or <bind> tags using the ssl name 'ziplinks'. -# See the documentation of <link> and <bind>, respectively. -# - - <module name="m_spanningtree.so"> diff --git a/docs/conf/modules/modules.conf.unreal b/docs/conf/modules/modules.conf.unreal index 105acefee..fa5d652f1 100644 --- a/docs/conf/modules/modules.conf.unreal +++ b/docs/conf/modules/modules.conf.unreal @@ -416,19 +416,5 @@ <module name="m_watch.so"> <watch maxentries="32"> -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# ZipLinks module: Adds support for zlib deflate on server to server -# connections. Both ends of the connection must load this module. -# This modules is in extras. Re-run configure with: ./configure --enable-extras=m_ziplink.cpp -# and run make install, then uncomment this module to enable it. -# -#<module name="m_ziplink.so"> -# -# To use this module, you must enable it as a ssl type in your -# <link> tags or <bind> tags using the ssl name 'ziplinks'. -# See the documentation of <link> and <bind>, respectively. -# - - <module name="m_spanningtree.so"> |