diff options
Diffstat (limited to 'docs')
-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"> |