summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2016-08-23 19:51:06 +0200
committerAttila Molnar <attilamolnar@hush.com>2016-08-23 19:51:06 +0200
commita22f9e6b4688f5435d23a3d91bfc6574e74c7113 (patch)
tree19b56125321ddb7253eca06267f0cb79a2edb340 /docs
parentbcdc3b0bb0ba957a9e99cd6db7f1242a9e587400 (diff)
Remove broken mssql module
Issue #1006
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/modules.conf.example15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index b0f9e8d4b..8d5251aec 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -1169,21 +1169,6 @@
#<monitor maxentries="30">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
-# MsSQL module: Allows other SQL modules to access MS SQL Server
-# through a unified API.
-# This module is in extras. Re-run configure with:
-# ./configure --enable-extras=m_mssql.cpp
-# and run make install, then uncomment this module to enable it.
-#<module name="mssql">
-#
-#-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#-#
-# #
-# mssql is more complex than described here, see the wiki for more #
-# info http://wiki.inspircd.org/Modules/mssql #
-#
-#<database module="mssql" name="db" user="user" pass="pass" host="localhost" id="db1">
-
-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# MySQL module: Allows other SQL modules to access MySQL databases
# through a unified API.
# This module is in extras. Re-run configure with: