From: B00mX0r Date: Wed, 15 Nov 2017 04:07:54 +0000 (-0800) Subject: Fix referring to sqloper and sqlauth as extras in modules.conf X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=265d6fc824d3487a23e53d293227d81c8bb3c455;hp=53d822a7d19aded988ee74eb05437e587cb1ac92;p=user%2Fhenk%2Fcode%2Finspircd.git Fix referring to sqloper and sqlauth as extras in modules.conf --- diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b672367f9..7fb68995a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1781,9 +1781,6 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL authentication module: Allows IRCd connections to be tied into # a database table (for example a forum). -# This module is in extras. Re-run configure with: -# ./configure --enable-extras=m_sqlauth.cpp -# and run make install, then uncomment this module to enable it. # # # @@ -1794,9 +1791,6 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL oper module: Allows you to store oper credentials in an SQL table -# This module is in extras. Re-run configure with: -# ./configure --enable-extras=m_sqloper.cpp -# and run make install, then uncomment this module to enable it. # # #